#AEA793

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

Shades of Bison Hide #AEA793

Tints of Bison Hide #AEA793

Color information

#AEA793 (or 0xAEA793) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 93. RGB value is (174,167,147). Sum of RGB (Red+Green+Blue) = 174+167+147=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA793 is #51586C. Grayscale: #A6A6A6. Windows color (decimal): -5331053 or 9676718. OLE color: 9676718.

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

Color convert

RGB174167147-
CMYK00.040.160.32
HSL44.44º14.29%62.94%-
HSV(B)44.44º15.52%68.24%-
XYZ36.5438.7433.16-
YUV166.81116.82133.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=35.66%
G=34.22%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416714700.040.160.3244.4414.2962.94
HexAEA7930410202ce3f
Octal256247223042040541677
Binary1010111010100111100100110100100001000001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA793; }

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

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

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

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

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

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

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

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