Html Css Color HEX #AEA99B Bison Hide

📋 copy color: '#AEA99B'

red 174 ◦ green 169 ◦ blue 155

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

Shades of Bison Hide #AEA99B

Tints of Bison Hide #AEA99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 34.94%
G = 33.94%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEA99B (or 0xAEA99B) is known color: Bison Hide. HEX triplet: AE, A9 and 9B. RGB value is (174,169,155). Sum of RGB (Red+Green+Blue) = 174+169+155=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA99B is #515664. Grayscale: #A8A8A8. Windows color (decimal): -5330533 or 10201518. OLE color: 10201518.

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

Color convert

RGB 174 169 155 -
CMYK 0 0.03 0.11 0.32
HSL 44.21º 0.1% 0.65% -
HSV(B) 44.21º 0.11% 0.68% -
XYZ 37.56 39.74 36.7 -
YUV 168.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 174 169 155 0 0.03 0.11 0.32 44.21 0.1 0.65
Hex AE A9 9B 0 3 B 20 2C A 41
Octal 256 251 233 0 3 13 40 54 12 101
Binary 10101110 10101001 10011011 0 11 1011 100000 101100 1010 1000001

Color Harmonies of #AEA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA99B

Black with #AEA99B

Text Example


Text Example

White with #AEA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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