#AE9867

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

Shades of Barley Corn #AE9867

Tints of Barley Corn #AE9867

Color information

#AE9867 (or 0xAE9867) is unknown color: approx Barley Corn. HEX triplet: AE, 98 and 67. RGB value is (174,152,103). Sum of RGB (Red+Green+Blue) = 174+152+103=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9867 is #516798. Grayscale: #999999. Windows color (decimal): -5334937 or 6789294. OLE color: 6789294.

HSL color Cylindrical-coordinate representation of color #AE9867: hue angle of 41.41º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE9867 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174152103-
CMYK00.130.410.32
HSL41.41º30.47%54.31%-
HSV(B)41.41º40.8%68.24%-
XYZ31.1332.4317.45-
YUV152.9999.79142.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=40.56%
G=35.43%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415210300.130.410.3241.4130.4754.31
HexAE98670D2920291e36
Octal2562301470155140513666
Binary101011101001100011001110110110100110000010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9867; }

 p { color: rgb(174,152,103); }

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

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

 a { background-color: rgb(174,152,103); }

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

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

 span { border-color: rgb(174,152,103); }

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