#AEA795

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

Shades of Bison Hide #AEA795

Tints of Bison Hide #AEA795

Color information

#AEA795 (or 0xAEA795) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 95. RGB value is (174,167,149). Sum of RGB (Red+Green+Blue) = 174+167+149=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA795 is #51586A. Grayscale: #A7A7A7. Windows color (decimal): -5331051 or 9807790. OLE color: 9807790.

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

Color convert

RGB174167149-
CMYK00.040.140.32
HSL43.2º13.37%63.33%-
HSV(B)43.2º14.37%68.24%-
XYZ36.738.8133.99-
YUV167.04117.82132.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=35.51%
G=34.08%
B=30.41%

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
Decimal17416714900.040.140.3243.213.3763.33
HexAEA79504E202bd3f
Octal256247225041640531577
Binary101011101010011110010101010011101000001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA795; }

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

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

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

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

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

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

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

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