#ACA697

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

Shades of Bison Hide #ACA697

Tints of Bison Hide #ACA697

Color information

#ACA697 (or 0xACA697) is unknown color: approx Bison Hide. HEX triplet: AC, A6 and 97. RGB value is (172,166,151). Sum of RGB (Red+Green+Blue) = 172+166+151=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA697 is #535968. Grayscale: #A6A6A6. Windows color (decimal): -5462377 or 9938604. OLE color: 9938604.

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

Color convert

RGB172166151-
CMYK00.030.120.33
HSL42.86º11.23%63.33%-
HSV(B)42.86º12.21%67.45%-
XYZ36.2438.2834.76-
YUV166.08119.49132.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=35.17%
G=33.95%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216615100.030.120.3342.8611.2363.33
HexACA69703C212bb3f
Octal254246227031441531377
Binary10101100101001101001011101111001000011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA697; }

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

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

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

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

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

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

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

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