Html Css Color HEX #AEA895 Bison Hide

📋 copy color: '#AEA895'

red 174 ◦ green 168 ◦ blue 149

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

Shades of Bison Hide #AEA895

Tints of Bison Hide #AEA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 35.44%
G = 34.22%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA895 (or 0xAEA895) is known color: Bison Hide. HEX triplet: AE, A8 and 95. RGB value is (174,168,149). Sum of RGB (Red+Green+Blue) = 174+168+149=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA895 is #51576A. Grayscale: #A7A7A7. Windows color (decimal): -5330795 or 9808046. OLE color: 9808046.

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

Color convert

RGB 174 168 149 -
CMYK 0 0.03 0.14 0.32
HSL 45.6º 0.13% 0.63% -
HSV(B) 45.6º 0.14% 0.68% -
XYZ 36.88 39.17 34.05 -
YUV 167.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 174 168 149 0 0.03 0.14 0.32 45.6 0.13 0.63
Hex AE A8 95 0 3 E 20 2E D 3F
Octal 256 250 225 0 3 16 40 56 15 77
Binary 10101110 10101000 10010101 0 11 1110 100000 101110 1101 111111

Color Harmonies of #AEA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA895

Black with #AEA895

Text Example


Text Example

White with #AEA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA895; }

 p { color: rgb(174,168,149); }

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

background-color css

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

 a { background-color: rgb(174,168,149); }

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

border-color css

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

 span { border-color: rgb(174,168,149); }

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