#A9975F

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

Shades of Barley Corn #A9975F

Tints of Barley Corn #A9975F

Color information

#A9975F (or 0xA9975F) is unknown color: approx Barley Corn. HEX triplet: A9, 97 and 5F. RGB value is (169,151,95). Sum of RGB (Red+Green+Blue) = 169+151+95=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9975F is #5668A0. Grayscale: #969696. Windows color (decimal): -5662881 or 6264745. OLE color: 6264745.

HSL color Cylindrical-coordinate representation of color #A9975F: hue angle of 45.41º 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 #A9975F is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16915195-
CMYK00.110.440.34
HSL45.41º30.08%51.76%-
HSV(B)45.41º43.79%66.27%-
XYZ29.4931.3915.33-
YUV15096.96141.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=40.72%
G=36.39%
B=22.89%

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
Decimal1691519500.110.440.3445.4130.0851.76
HexA9975F0B2C222d1e34
Octal2512271370135442553664
Binary101010011001011110111110101110110010001010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9975F; }

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

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

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

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

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

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

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

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