Html Css Color HEX #ACA592 Bison Hide

📋 copy color: '#ACA592'

red 172 ◦ green 165 ◦ blue 146

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

Shades of Bison Hide #ACA592

Tints of Bison Hide #ACA592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 35.61%
G = 34.16%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ACA592 (or 0xACA592) is known color: Bison Hide. HEX triplet: AC, A5 and 92. RGB value is (172,165,146). Sum of RGB (Red+Green+Blue) = 172+165+146=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA592 is #535A6D. Grayscale: #A5A5A5. Windows color (decimal): -5462638 or 9610668. OLE color: 9610668.

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

Color convert

RGB 172 165 146 -
CMYK 0 0.04 0.15 0.33
HSL 43.85º 0.14% 0.62% -
HSV(B) 43.85º 0.15% 0.67% -
XYZ 35.66 37.76 32.6 -
YUV 164.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 172 165 146 0 0.04 0.15 0.33 43.85 0.14 0.62
Hex AC A5 92 0 4 F 21 2C E 3E
Octal 254 245 222 0 4 17 41 54 16 76
Binary 10101100 10100101 10010010 0 100 1111 100001 101100 1110 111110

Color Harmonies of #ACA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA592

Black with #ACA592

Text Example


Text Example

White with #ACA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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