#AE9767

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

Shades of Barley Corn #AE9767

Tints of Barley Corn #AE9767

Color information

#AE9767 (or 0xAE9767) is unknown color: approx Barley Corn. HEX triplet: AE, 97 and 67. RGB value is (174,151,103). Sum of RGB (Red+Green+Blue) = 174+151+103=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9767 is #516898. Grayscale: #989898. Windows color (decimal): -5335193 or 6789038. OLE color: 6789038.

HSL color Cylindrical-coordinate representation of color #AE9767: hue angle of 40.56º 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 #AE9767 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174151103-
CMYK00.130.410.32
HSL40.56º30.47%54.31%-
HSV(B)40.56º40.8%68.24%-
XYZ30.9732.1117.4-
YUV152.4100.12143.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=40.65%
G=35.28%
B=24.07%

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
Decimal17415110300.130.410.3240.5630.4754.31
HexAE97670D2920291e36
Octal2562271470155140513666
Binary101011101001011111001110110110100110000010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9767; }

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

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

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

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

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

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

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

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