Html Css Color HEX #A99960 Barley Corn

📋 copy color: '#A99960'

red 169 ◦ green 153 ◦ blue 96

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

Shades of Barley Corn #A99960

Tints of Barley Corn #A99960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

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

R = 40.43%
G = 36.6%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99960 (or 0xA99960) is known color: Barley Corn. HEX triplet: A9, 99 and 60. RGB value is (169,153,96). Sum of RGB (Red+Green+Blue) = 169+153+96=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A99960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99960 is #56669F. Grayscale: #979797. Windows color (decimal): -5662368 or 6330793. OLE color: 6330793.

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

Color convert

RGB 169 153 96 -
CMYK 0 0.09 0.43 0.34
HSL 46.85º 0.3% 0.52% -
HSV(B) 46.85º 0.43% 0.66% -
XYZ 29.86 32.06 15.68 -
YUV 151.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 169 153 96 0 0.09 0.43 0.34 46.85 0.3 0.52
Hex A9 99 60 0 9 2B 22 2F 1E 34
Octal 251 231 140 0 11 53 42 57 36 64
Binary 10101001 10011001 1100000 0 1001 101011 100010 101111 11110 110100

Color Harmonies of #A99960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99960

Black with #A99960

Text Example


Text Example

White with #A99960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99960; }

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

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

background-color css

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

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

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

border-color css

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

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

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