Html Css Color HEX #ACA591 Bison Hide

📋 copy color: '#ACA591'

red 172 ◦ green 165 ◦ blue 145

#ACA591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bison Hide #ACA591

Tints of Bison Hide #ACA591

RGB

 RED value IS 172 (67.58% from 255) = 35.68%

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 35.68%
G = 34.23%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ACA591 (or 0xACA591) is known color: Bison Hide. HEX triplet: AC, A5 and 91. RGB value is (172,165,145). Sum of RGB (Red+Green+Blue) = 172+165+145=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA591 is #535A6E. Grayscale: #A4A4A4. Windows color (decimal): -5462639 or 9545132. OLE color: 9545132.

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

Color convert

RGB 172 165 145 -
CMYK 0 0.04 0.16 0.33
HSL 44.44º 0.14% 0.62% -
HSV(B) 44.44º 0.16% 0.67% -
XYZ 35.58 37.73 32.19 -
YUV 164.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 172 165 145 0 0.04 0.16 0.33 44.44 0.14 0.62
Hex AC A5 91 0 4 10 21 2C E 3E
Octal 254 245 221 0 4 20 41 54 16 76
Binary 10101100 10100101 10010001 0 100 10000 100001 101100 1110 111110

Color Harmonies of #ACA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA591

Black with #ACA591

Text Example


Text Example

White with #ACA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA591; }

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

 H1.HeaderClassName
 {
   color: #ACA591;
 }
 .AnyTagClassName
 {
   color: #ACA591;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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