Html Css Color HEX #AEA490 Bison Hide

📋 copy color: '#AEA490'

red 174 ◦ green 164 ◦ blue 144

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

Shades of Bison Hide #AEA490

Tints of Bison Hide #AEA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 36.1%
G = 34.02%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA490 (or 0xAEA490) is known color: Bison Hide. HEX triplet: AE, A4 and 90. RGB value is (174,164,144). Sum of RGB (Red+Green+Blue) = 174+164+144=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA490 is #515B6F. Grayscale: #A4A4A4. Windows color (decimal): -5331824 or 9479342. OLE color: 9479342.

HSL color Cylindrical-coordinate representation of color #AEA490: hue angle of 40º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA490 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 144 -
CMYK 0 0.06 0.17 0.32
HSL 40º 0.16% 0.62% -
HSV(B) 40º 0.17% 0.68% -
XYZ 35.77 37.56 31.75 -
YUV 164.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 174 164 144 0 0.06 0.17 0.32 40 0.16 0.62
Hex AE A4 90 0 6 11 20 28 10 3E
Octal 256 244 220 0 6 21 40 50 20 76
Binary 10101110 10100100 10010000 0 110 10001 100000 101000 10000 111110

Color Harmonies of #AEA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA490

Black with #AEA490

Text Example


Text Example

White with #AEA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA490; }

 p { color: rgb(174,164,144); }

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

background-color css

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

 a { background-color: rgb(174,164,144); }

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

border-color css

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

 span { border-color: rgb(174,164,144); }

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