#ACA698

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

Shades of Bison Hide #ACA698

Tints of Bison Hide #ACA698

Color information

#ACA698 (or 0xACA698) is unknown color: approx Bison Hide. HEX triplet: AC, A6 and 98. RGB value is (172,166,152). Sum of RGB (Red+Green+Blue) = 172+166+152=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA698 is #535967. Grayscale: #A6A6A6. Windows color (decimal): -5462376 or 10004140. OLE color: 10004140.

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

Color convert

RGB172166152-
CMYK00.030.120.33
HSL42º10.75%63.53%-
HSV(B)42º11.63%67.45%-
XYZ36.3238.3135.19-
YUV166.2119.99132.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=35.10%
G=33.88%
B=31.02%

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
Decimal17216615200.030.120.334210.7563.53
HexACA69803C212ab40
Octal2542462300314415213100
Binary101011001010011010011000011110010000110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA698; }

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

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

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

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

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

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

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

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