#AEA796

Color #AEA796 Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #AEA796

Tints of Bison Hide #AEA796

Color information

#AEA796 (or 0xAEA796) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 96. RGB value is (174,167,150). Sum of RGB (Red+Green+Blue) = 174+167+150=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA796 is #515869. Grayscale: #A7A7A7. Windows color (decimal): -5331050 or 9873326. OLE color: 9873326.

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

Color convert

RGB174167150-
CMYK00.040.140.32
HSL42.5º12.9%63.53%-
HSV(B)42.5º13.79%68.24%-
XYZ36.7838.8434.41-
YUV167.16118.32132.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=35.44%
G=34.01%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416715000.040.140.3242.512.963.53
HexAEA79604E202bd40
Octal2562472260416405315100
Binary1010111010100111100101100100111010000010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA796; }

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

 H1.HeaderClassName
 {
   color: #AEA796;
 }
 .AnyTagClassName
 {
   color: #AEA796;
 }
</style>
background-color css

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

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

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

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

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

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