#ACA696

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

Shades of Bison Hide #ACA696

Tints of Bison Hide #ACA696

Color information

#ACA696 (or 0xACA696) is unknown color: approx Bison Hide. HEX triplet: AC, A6 and 96. RGB value is (172,166,150). Sum of RGB (Red+Green+Blue) = 172+166+150=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA696 is #535969. Grayscale: #A6A6A6. Windows color (decimal): -5462378 or 9873068. OLE color: 9873068.

HSL color Cylindrical-coordinate representation of color #ACA696: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA696 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172166150-
CMYK00.030.130.33
HSL43.64º11.7%63.14%-
HSV(B)43.64º12.79%67.45%-
XYZ36.1538.2534.33-
YUV165.97118.99132.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=35.25%
G=34.02%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216615000.030.130.3343.6411.763.14
HexACA69603D212cc3f
Octal254246226031541541477
Binary10101100101001101001011001111011000011011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA696; }

 p { color: rgb(172,166,150); }

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

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

 a { background-color: rgb(172,166,150); }

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

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

 span { border-color: rgb(172,166,150); }

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