Html Css Color HEX #AEA896 Bison Hide

📋 copy color: '#AEA896'

red 174 ◦ green 168 ◦ blue 150

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

Shades of Bison Hide #AEA896

Tints of Bison Hide #AEA896

RGB

 RED value IS 174 (68.36% from 255) = 35.37%

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 35.37%
G = 34.15%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA896 (or 0xAEA896) is known color: Bison Hide. HEX triplet: AE, A8 and 96. RGB value is (174,168,150). Sum of RGB (Red+Green+Blue) = 174+168+150=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA896 is #515769. Grayscale: #A7A7A7. Windows color (decimal): -5330794 or 9873582. OLE color: 9873582.

HSL color Cylindrical-coordinate representation of color #AEA896: hue angle of 45º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA896 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 150 -
CMYK 0 0.03 0.14 0.32
HSL 45º 0.13% 0.64% -
HSV(B) 45º 0.14% 0.68% -
XYZ 36.96 39.21 34.47 -
YUV 167.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 174 168 150 0 0.03 0.14 0.32 45 0.13 0.64
Hex AE A8 96 0 3 E 20 2D D 40
Octal 256 250 226 0 3 16 40 55 15 100
Binary 10101110 10101000 10010110 0 11 1110 100000 101101 1101 1000000

Color Harmonies of #AEA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA896

Black with #AEA896

Text Example


Text Example

White with #AEA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA896; }

 p { color: rgb(174,168,150); }

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

background-color css

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

 a { background-color: rgb(174,168,150); }

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

border-color css

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

 span { border-color: rgb(174,168,150); }

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