#ACA798

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

Shades of Bison Hide #ACA798

Tints of Bison Hide #ACA798

Color information

#ACA798 (or 0xACA798) is unknown color: approx Bison Hide. HEX triplet: AC, A7 and 98. RGB value is (172,167,152). Sum of RGB (Red+Green+Blue) = 172+167+152=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA798 is #535867. Grayscale: #A6A6A6. Windows color (decimal): -5462120 or 10004396. OLE color: 10004396.

HSL color Cylindrical-coordinate representation of color #ACA798: hue angle of 45º 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 #ACA798 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172167152-
CMYK00.030.120.33
HSL45º10.75%63.53%-
HSV(B)45º11.63%67.45%-
XYZ36.538.6835.25-
YUV166.78119.66131.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=35.03%
G=34.01%
B=30.96%

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
Decimal17216715200.030.120.334510.7563.53
HexACA79803C212db40
Octal2542472300314415513100
Binary101011001010011110011000011110010000110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA798; }

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

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

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

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

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

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

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

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