#A3635A

Color #A3635A Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A3635A

Tints of Au Chico #A3635A

Color information

#A3635A (or 0xA3635A) is unknown color: approx Au Chico. HEX triplet: A3, 63 and 5A. RGB value is (163,99,90). Sum of RGB (Red+Green+Blue) = 163+99+90=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3635A is #5C9CA5. Grayscale: #757575. Windows color (decimal): -6069414 or 5923747. OLE color: 5923747.

HSL color Cylindrical-coordinate representation of color #A3635A: hue angle of 7.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3635A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1639990-
CMYK00.390.450.36
HSL7.4º28.85%49.61%-
HSV(B)7.4º44.79%63.92%-
XYZ21.4117.4511.91-
YUV117.11112.7160.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=46.31%
G=28.12%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163999000.390.450.367.428.8549.61
HexA3635A0272D2471d32
Octal243143132047554473562
Binary1010001111000111011010010011110110110010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3635A; }

 p { color: rgb(163,99,90); }

 H1.HeaderClassName
 {
   color: #A3635A;
 }
 .AnyTagClassName
 {
   color: #A3635A;
 }
</style>
background-color css

<style>
 a { background-color: #A3635A; }

 a { background-color: rgb(163,99,90); }

 div.DivClassName
 {
   background-color: #A3635A;
 }
 .BgClassName
 {
   background-color: #A3635A;
 }
</style>
border-color css

<style>
 span { border-color: #A3635A; }

 span { border-color: rgb(163,99,90); }

 td.TdClassName
 {
   border-color: #A3635A;
 }
 .TagClassName
 {
   border-color: #A3635A;
 }
</style>