#ACA48E

Color #ACA48E Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #ACA48E

Tints of Bison Hide #ACA48E

Color information

#ACA48E (or 0xACA48E) is unknown color: approx Bison Hide. HEX triplet: AC, A4 and 8E. RGB value is (172,164,142). Sum of RGB (Red+Green+Blue) = 172+164+142=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA48E is #535B71. Grayscale: #A3A3A3. Windows color (decimal): -5462898 or 9348268. OLE color: 9348268.

HSL color Cylindrical-coordinate representation of color #ACA48E: hue angle of 44º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA48E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172164142-
CMYK00.050.170.33
HSL44º15.31%61.57%-
HSV(B)44º17.44%67.45%-
XYZ35.1737.2730.93-
YUV163.88115.65133.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=35.98%
G=34.31%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216414200.050.170.334415.3161.57
HexACA48E0511212cf3e
Octal254244216052141541776
Binary1010110010100100100011100101100011000011011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA48E; }

 p { color: rgb(172,164,142); }

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

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

 a { background-color: rgb(172,164,142); }

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

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

 span { border-color: rgb(172,164,142); }

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