#AE975E

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

Shades of Barley Corn #AE975E

Tints of Barley Corn #AE975E

Color information

#AE975E (or 0xAE975E) is unknown color: approx Barley Corn. HEX triplet: AE, 97 and 5E. RGB value is (174,151,94). Sum of RGB (Red+Green+Blue) = 174+151+94=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE975E is #5168A1. Grayscale: #979797. Windows color (decimal): -5335202 or 6199214. OLE color: 6199214.

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

Color convert

RGB17415194-
CMYK00.130.460.32
HSL42.75º33.06%52.55%-
HSV(B)42.75º45.98%68.24%-
XYZ30.5431.9415.14-
YUV151.3895.62144.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=41.53%
G=36.04%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741519400.130.460.3242.7533.0652.55
HexAE975E0D2E202b2135
Octal2562271360155640534165
Binary1010111010010111101111001101101110100000101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE975E; }

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

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

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

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

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

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

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

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