#A8645B

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

Shades of Au Chico #A8645B

Tints of Au Chico #A8645B

Color information

#A8645B (or 0xA8645B) is unknown color: approx Au Chico. HEX triplet: A8, 64 and 5B. RGB value is (168,100,91). Sum of RGB (Red+Green+Blue) = 168+100+91=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8645B is #579BA4. Grayscale: #777777. Windows color (decimal): -5741477 or 5989544. OLE color: 5989544.

HSL color Cylindrical-coordinate representation of color #A8645B: hue angle of 7.01º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8645B is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16810091-
CMYK00.400.460.34
HSL7.01º30.68%50.78%-
HSV(B)7.01º45.83%65.88%-
XYZ22.5918.1912.22-
YUV119.31112.03162.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=46.80%
G=27.86%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681009100.400.460.347.0130.6850.78
HexA8645B0282E2271f33
Octal250144133050564273763
Binary1010100011001001011011010100010111010001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8645B; }

 p { color: rgb(168,100,91); }

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

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

 a { background-color: rgb(168,100,91); }

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

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

 span { border-color: rgb(168,100,91); }

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