Html Css Color HEX #AEA690 Bison Hide

📋 copy color: '#AEA690'

red 174 ◦ green 166 ◦ blue 144

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

Shades of Bison Hide #AEA690

Tints of Bison Hide #AEA690

RGB

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

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

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

R = 35.95%
G = 34.3%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA690 (or 0xAEA690) is known color: Bison Hide. HEX triplet: AE, A6 and 90. RGB value is (174,166,144). Sum of RGB (Red+Green+Blue) = 174+166+144=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA690 is #51596F. Grayscale: #A5A5A5. Windows color (decimal): -5331312 or 9479854. OLE color: 9479854.

HSL color Cylindrical-coordinate representation of color #AEA690: hue angle of 44º 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 #AEA690 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 144 -
CMYK 0 0.05 0.17 0.32
HSL 44º 0.16% 0.62% -
HSV(B) 44º 0.17% 0.68% -
XYZ 36.13 38.28 31.87 -
YUV 165.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 174 166 144 0 0.05 0.17 0.32 44 0.16 0.62
Hex AE A6 90 0 5 11 20 2C 10 3E
Octal 256 246 220 0 5 21 40 54 20 76
Binary 10101110 10100110 10010000 0 101 10001 100000 101100 10000 111110

Color Harmonies of #AEA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA690

Black with #AEA690

Text Example


Text Example

White with #AEA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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