Html Css Color HEX #A99460 Barley Corn

📋 copy color: '#A99460'

red 169 ◦ green 148 ◦ blue 96

#A99460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #A99460

Tints of Barley Corn #A99460

RGB

 RED value IS 169 (66.41% from 255) = 40.92%

 GREEN value IS 148 (58.2% from 255) = 35.84%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 40.92%
G = 35.84%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99460 (or 0xA99460) is known color: Barley Corn. HEX triplet: A9, 94 and 60. RGB value is (169,148,96). Sum of RGB (Red+Green+Blue) = 169+148+96=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A99460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99460 is #566B9F. Grayscale: #949494. Windows color (decimal): -5663648 or 6329513. OLE color: 6329513.

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

Color convert

RGB 169 148 96 -
CMYK 0 0.12 0.43 0.34
HSL 42.74º 0.3% 0.52% -
HSV(B) 42.74º 0.43% 0.66% -
XYZ 29.06 30.46 15.41 -
YUV 148.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 169 148 96 0 0.12 0.43 0.34 42.74 0.3 0.52
Hex A9 94 60 0 C 2B 22 2B 1E 34
Octal 251 224 140 0 14 53 42 53 36 64
Binary 10101001 10010100 1100000 0 1100 101011 100010 101011 11110 110100

Color Harmonies of #A99460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99460

Black with #A99460

Text Example


Text Example

White with #A99460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99460; }

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

 H1.HeaderClassName
 {
   color: #A99460;
 }
 .AnyTagClassName
 {
   color: #A99460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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