#AEA38C

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

Shades of Bison Hide #AEA38C

Tints of Bison Hide #AEA38C

Color information

#AEA38C (or 0xAEA38C) is unknown color: approx Bison Hide. HEX triplet: AE, A3 and 8C. RGB value is (174,163,140). Sum of RGB (Red+Green+Blue) = 174+163+140=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA38C is #515C73. Grayscale: #A3A3A3. Windows color (decimal): -5332084 or 9216942. OLE color: 9216942.

HSL color Cylindrical-coordinate representation of color #AEA38C: hue angle of 40.59º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA38C is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174163140-
CMYK00.060.200.32
HSL40.59º17.35%61.57%-
HSV(B)40.59º19.54%68.24%-
XYZ35.2937.0930.11-
YUV163.67114.64135.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=36.48%
G=34.17%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416314000.060.200.3240.5917.3561.57
HexAEA38C06142029113e
Octal256243214062440512176
Binary10101110101000111000110001101010010000010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA38C; }

 p { color: rgb(174,163,140); }

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

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

 a { background-color: rgb(174,163,140); }

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

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

 span { border-color: rgb(174,163,140); }

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