#A2645A

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

Shades of Au Chico #A2645A

Tints of Au Chico #A2645A

Color information

#A2645A (or 0xA2645A) is unknown color: approx Au Chico. HEX triplet: A2, 64 and 5A. RGB value is (162,100,90). Sum of RGB (Red+Green+Blue) = 162+100+90=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2645A is #5D9BA5. Grayscale: #757575. Windows color (decimal): -6134694 or 5924002. OLE color: 5924002.

HSL color Cylindrical-coordinate representation of color #A2645A: hue angle of 8.33º 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 #A2645A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16210090-
CMYK00.380.440.36
HSL8.33º28.57%49.41%-
HSV(B)8.33º44.44%63.53%-
XYZ21.317.5311.93-
YUV117.4112.54159.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=46.02%
G=28.41%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621009000.380.440.368.3328.5749.41
HexA2645A0262C2481d31
Octal2421441320465444103561
Binary10100010110010010110100100110101100100100100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2645A; }

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

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

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

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

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

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

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

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