#A2635A

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

Shades of Au Chico #A2635A

Tints of Au Chico #A2635A

Color information

#A2635A (or 0xA2635A) is unknown color: approx Au Chico. HEX triplet: A2, 63 and 5A. RGB value is (162,99,90). Sum of RGB (Red+Green+Blue) = 162+99+90=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2635A is #5D9CA5. Grayscale: #747474. Windows color (decimal): -6134950 or 5923746. OLE color: 5923746.

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

Color convert

RGB1629990-
CMYK00.390.440.36
HSL7.5º28.57%49.41%-
HSV(B)7.5º44.44%63.53%-
XYZ21.2117.3411.9-
YUV116.81112.87160.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=46.15%
G=28.21%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162999000.390.440.367.528.5749.41
HexA2635A0272C2481d31
Octal2421431320475444103561
Binary10100010110001110110100100111101100100100100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2635A; }

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

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

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

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

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

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

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

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