#AE9A5F

Color #AE9A5F Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AE9A5F

Tints of Barley Corn #AE9A5F

Color information

#AE9A5F (or 0xAE9A5F) is unknown color: approx Barley Corn. HEX triplet: AE, 9A and 5F. RGB value is (174,154,95). Sum of RGB (Red+Green+Blue) = 174+154+95=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A5F is #5165A0. Grayscale: #999999. Windows color (decimal): -5334433 or 6265518. OLE color: 6265518.

HSL color Cylindrical-coordinate representation of color #AE9A5F: hue angle of 44.81º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE9A5F is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17415495-
CMYK00.110.450.32
HSL44.81º32.78%52.75%-
HSV(B)44.81º45.4%68.24%-
XYZ31.0832.9415.55-
YUV153.2595.13142.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=41.13%
G=36.41%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741549500.110.450.3244.8132.7852.75
HexAE9A5F0B2D202d2135
Octal2562321370135540554165
Binary1010111010011010101111101011101101100000101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A5F; }

 p { color: rgb(174,154,95); }

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

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

 a { background-color: rgb(174,154,95); }

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

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

 span { border-color: rgb(174,154,95); }

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