#A99462

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

Shades of Barley Corn #A99462

Tints of Barley Corn #A99462

Color information

#A99462 (or 0xA99462) is unknown color: approx Barley Corn. HEX triplet: A9, 94 and 62. RGB value is (169,148,98). Sum of RGB (Red+Green+Blue) = 169+148+98=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A99462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99462 is #566B9D. Grayscale: #949494. Windows color (decimal): -5663646 or 6460585. OLE color: 6460585.

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

Color convert

RGB16914898-
CMYK00.120.420.34
HSL42.25º29.22%52.35%-
HSV(B)42.25º42.01%66.27%-
XYZ29.1630.515.9-
YUV148.5899.46142.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=40.72%
G=35.66%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691489800.120.420.3442.2529.2252.35
HexA994620C2A222a1d34
Octal2512241420145242523564
Binary101010011001010011000100110010101010001010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99462; }

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

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

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

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

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

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

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

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