#A9975E

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

Shades of Barley Corn #A9975E

Tints of Barley Corn #A9975E

Color information

#A9975E (or 0xA9975E) is unknown color: approx Barley Corn. HEX triplet: A9, 97 and 5E. RGB value is (169,151,94). Sum of RGB (Red+Green+Blue) = 169+151+94=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9975E is #5668A1. Grayscale: #969696. Windows color (decimal): -5662882 or 6199209. OLE color: 6199209.

HSL color Cylindrical-coordinate representation of color #A9975E: hue angle of 45.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9975E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16915194-
CMYK00.110.440.34
HSL45.6º30.36%51.57%-
HSV(B)45.6º44.38%66.27%-
XYZ29.4531.3815.09-
YUV149.8896.46141.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=40.82%
G=36.47%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691519400.110.440.3445.630.3651.57
HexA9975E0B2C222e1e34
Octal2512271360135442563664
Binary101010011001011110111100101110110010001010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9975E; }

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

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

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

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

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

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

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

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