#AEA794

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

Shades of Bison Hide #AEA794

Tints of Bison Hide #AEA794

Color information

#AEA794 (or 0xAEA794) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 94. RGB value is (174,167,148). Sum of RGB (Red+Green+Blue) = 174+167+148=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA794 is #51586B. Grayscale: #A7A7A7. Windows color (decimal): -5331052 or 9742254. OLE color: 9742254.

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

Color convert

RGB174167148-
CMYK00.040.150.32
HSL43.85º13.83%63.14%-
HSV(B)43.85º14.94%68.24%-
XYZ36.6238.7733.57-
YUV166.93117.32133.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=35.58%
G=34.15%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416714800.040.150.3243.8513.8363.14
HexAEA79404F202ce3f
Octal256247224041740541677
Binary101011101010011110010100010011111000001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA794; }

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

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

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

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

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

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

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

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