Html Css Color HEX #A99B60 Barley Corn

📋 copy color: '#A99B60'

red 169 ◦ green 155 ◦ blue 96

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

Shades of Barley Corn #A99B60

Tints of Barley Corn #A99B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 40.24%
G = 36.9%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99B60 (or 0xA99B60) is known color: Barley Corn. HEX triplet: A9, 9B and 60. RGB value is (169,155,96). Sum of RGB (Red+Green+Blue) = 169+155+96=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B60 is #56649F. Grayscale: #989898. Windows color (decimal): -5661856 or 6331305. OLE color: 6331305.

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

Color convert

RGB 169 155 96 -
CMYK 0 0.08 0.43 0.34
HSL 48.49º 0.3% 0.52% -
HSV(B) 48.49º 0.43% 0.66% -
XYZ 30.19 32.72 15.79 -
YUV 152.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 169 155 96 0 0.08 0.43 0.34 48.49 0.3 0.52
Hex A9 9B 60 0 8 2B 22 30 1E 34
Octal 251 233 140 0 10 53 42 60 36 64
Binary 10101001 10011011 1100000 0 1000 101011 100010 110000 11110 110100

Color Harmonies of #A99B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99B60

Black with #A99B60

Text Example


Text Example

White with #A99B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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