Html Css Color HEX #AEA999 Bison Hide

📋 copy color: '#AEA999'

red 174 ◦ green 169 ◦ blue 153

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

Shades of Bison Hide #AEA999

Tints of Bison Hide #AEA999

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.07%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 35.08%
G = 34.07%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AEA999 (or 0xAEA999) is known color: Bison Hide. HEX triplet: AE, A9 and 99. RGB value is (174,169,153). Sum of RGB (Red+Green+Blue) = 174+169+153=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA999 is #515666. Grayscale: #A8A8A8. Windows color (decimal): -5330535 or 10070446. OLE color: 10070446.

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

Color convert

RGB 174 169 153 -
CMYK 0 0.03 0.12 0.32
HSL 45.71º 0.11% 0.64% -
HSV(B) 45.71º 0.12% 0.68% -
XYZ 37.39 39.67 35.82 -
YUV 168.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 174 169 153 0 0.03 0.12 0.32 45.71 0.11 0.64
Hex AE A9 99 0 3 C 20 2E B 40
Octal 256 251 231 0 3 14 40 56 13 100
Binary 10101110 10101001 10011001 0 11 1100 100000 101110 1011 1000000

Color Harmonies of #AEA999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA999

Black with #AEA999

Text Example


Text Example

White with #AEA999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA999; }

 p { color: rgb(174,169,153); }

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

background-color css

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

 a { background-color: rgb(174,169,153); }

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

border-color css

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

 span { border-color: rgb(174,169,153); }

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