#A99467

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

Shades of Barley Corn #A99467

Tints of Barley Corn #A99467

Color information

#A99467 (or 0xA99467) is unknown color: approx Barley Corn. HEX triplet: A9, 94 and 67. RGB value is (169,148,103). Sum of RGB (Red+Green+Blue) = 169+148+103=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99467 is #566B98. Grayscale: #959595. Windows color (decimal): -5663641 or 6788265. OLE color: 6788265.

HSL color Cylindrical-coordinate representation of color #A99467: hue angle of 40.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99467 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169148103-
CMYK00.120.390.34
HSL40.91º27.73%53.33%-
HSV(B)40.91º39.05%66.27%-
XYZ29.430.5917.19-
YUV149.15101.96142.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=40.24%
G=35.24%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914810300.120.390.3440.9127.7353.33
HexA994670C2722291c35
Octal2512241470144742513465
Binary101010011001010011001110110010011110001010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99467; }

 p { color: rgb(169,148,103); }

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

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

 a { background-color: rgb(169,148,103); }

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

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

 span { border-color: rgb(169,148,103); }

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