Html Css Color HEX #ACA696 Bison Hide

📋 copy color: '#ACA696'

red 172 ◦ green 166 ◦ blue 150

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

Shades of Bison Hide #ACA696

Tints of Bison Hide #ACA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 35.25%
G = 34.02%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ACA696 (or 0xACA696) is known color: Bison Hide. HEX triplet: AC, A6 and 96. RGB value is (172,166,150). Sum of RGB (Red+Green+Blue) = 172+166+150=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA696 is #535969. Grayscale: #A6A6A6. Windows color (decimal): -5462378 or 9873068. OLE color: 9873068.

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

Color convert

RGB 172 166 150 -
CMYK 0 0.03 0.13 0.33
HSL 43.64º 0.12% 0.63% -
HSV(B) 43.64º 0.13% 0.67% -
XYZ 36.15 38.25 34.33 -
YUV 165.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 172 166 150 0 0.03 0.13 0.33 43.64 0.12 0.63
Hex AC A6 96 0 3 D 21 2C C 3F
Octal 254 246 226 0 3 15 41 54 14 77
Binary 10101100 10100110 10010110 0 11 1101 100001 101100 1100 111111

Color Harmonies of #ACA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA696

Black with #ACA696

Text Example


Text Example

White with #ACA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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