#AE9567

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

Shades of Barley Corn #AE9567

Tints of Barley Corn #AE9567

Color information

#AE9567 (or 0xAE9567) is unknown color: approx Barley Corn. HEX triplet: AE, 95 and 67. RGB value is (174,149,103). Sum of RGB (Red+Green+Blue) = 174+149+103=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9567 is #516A98. Grayscale: #979797. Windows color (decimal): -5335705 or 6788526. OLE color: 6788526.

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

Color convert

RGB174149103-
CMYK00.140.410.32
HSL38.87º30.47%54.31%-
HSV(B)38.87º40.8%68.24%-
XYZ30.6531.4717.29-
YUV151.23100.78144.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=40.85%
G=34.98%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414910300.140.410.3238.8730.4754.31
HexAE95670E2920271e36
Octal2562251470165140473666
Binary101011101001010111001110111010100110000010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9567; }

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

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

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

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

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

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

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

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