#ACA291

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

Shades of Bison Hide #ACA291

Tints of Bison Hide #ACA291

Color information

#ACA291 (or 0xACA291) is unknown color: approx Bison Hide. HEX triplet: AC, A2 and 91. RGB value is (172,162,145). Sum of RGB (Red+Green+Blue) = 172+162+145=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA291 is #535D6E. Grayscale: #A3A3A3. Windows color (decimal): -5463407 or 9544364. OLE color: 9544364.

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

Color convert

RGB172162145-
CMYK00.060.160.33
HSL37.78º13.99%62.16%-
HSV(B)37.78º15.7%67.45%-
XYZ35.0436.6632.02-
YUV163.05117.81134.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=35.91%
G=33.82%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214500.060.160.3337.7813.9962.16
HexACA29106102126e3e
Octal254242221062041461676
Binary1010110010100010100100010110100001000011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA291; }

 p { color: rgb(172,162,145); }

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

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

 a { background-color: rgb(172,162,145); }

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

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

 span { border-color: rgb(172,162,145); }

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