#AE9668

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

Shades of Barley Corn #AE9668

Tints of Barley Corn #AE9668

Color information

#AE9668 (or 0xAE9668) is unknown color: approx Barley Corn. HEX triplet: AE, 96 and 68. RGB value is (174,150,104). Sum of RGB (Red+Green+Blue) = 174+150+104=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9668 is #516997. Grayscale: #989898. Windows color (decimal): -5335448 or 6854318. OLE color: 6854318.

HSL color Cylindrical-coordinate representation of color #AE9668: hue angle of 39.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE9668 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174150104-
CMYK00.140.400.32
HSL39.43º30.17%54.51%-
HSV(B)39.43º40.23%68.24%-
XYZ30.8631.8117.61-
YUV151.93100.95143.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 104 (41.02% from 255) = 24.30%
R=40.65%
G=35.05%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415010400.140.400.3239.4330.1754.51
HexAE96680E2820271e37
Octal2562261500165040473667
Binary101011101001011011010000111010100010000010011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9668; }

 p { color: rgb(174,150,104); }

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

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

 a { background-color: rgb(174,150,104); }

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

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

 span { border-color: rgb(174,150,104); }

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