#AEA592

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

Shades of Bison Hide #AEA592

Tints of Bison Hide #AEA592

Color information

#AEA592 (or 0xAEA592) is unknown color: approx Bison Hide. HEX triplet: AE, A5 and 92. RGB value is (174,165,146). Sum of RGB (Red+Green+Blue) = 174+165+146=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA592 is #515A6D. Grayscale: #A5A5A5. Windows color (decimal): -5331566 or 9610670. OLE color: 9610670.

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

Color convert

RGB174165146-
CMYK00.050.160.32
HSL40.71º14.74%62.75%-
HSV(B)40.71º16.09%68.24%-
XYZ36.137.9832.62-
YUV165.52116.98134.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=35.88%
G=34.02%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416514600.050.160.3240.7114.7462.75
HexAEA59205102029f3f
Octal256245222052040511777
Binary1010111010100101100100100101100001000001010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA592; }

 p { color: rgb(174,165,146); }

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

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

 a { background-color: rgb(174,165,146); }

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

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

 span { border-color: rgb(174,165,146); }

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