Html Css Color HEX #AEA696 Bison Hide

📋 copy color: '#AEA696'

red 174 ◦ green 166 ◦ blue 150

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

Shades of Bison Hide #AEA696

Tints of Bison Hide #AEA696

RGB

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

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

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

R = 35.51%
G = 33.88%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA696 (or 0xAEA696) is known color: Bison Hide. HEX triplet: AE, A6 and 96. RGB value is (174,166,150). Sum of RGB (Red+Green+Blue) = 174+166+150=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA696 is #515969. Grayscale: #A6A6A6. Windows color (decimal): -5331306 or 9873070. OLE color: 9873070.

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

Color convert

RGB 174 166 150 -
CMYK 0 0.05 0.14 0.32
HSL 40º 0.13% 0.64% -
HSV(B) 40º 0.14% 0.68% -
XYZ 36.6 38.47 34.35 -
YUV 166.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 174 166 150 0 0.05 0.14 0.32 40 0.13 0.64
Hex AE A6 96 0 5 E 20 28 D 40
Octal 256 246 226 0 5 16 40 50 15 100
Binary 10101110 10100110 10010110 0 101 1110 100000 101000 1101 1000000

Color Harmonies of #AEA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA696

Black with #AEA696

Text Example


Text Example

White with #AEA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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