Html Css Color HEX #A99360 Barley Corn

📋 copy color: '#A99360'

red 169 ◦ green 147 ◦ blue 96

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

Shades of Barley Corn #A99360

Tints of Barley Corn #A99360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 41.02%
G = 35.68%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99360 (or 0xA99360) is known color: Barley Corn. HEX triplet: A9, 93 and 60. RGB value is (169,147,96). Sum of RGB (Red+Green+Blue) = 169+147+96=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A99360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99360 is #566C9F. Grayscale: #939393. Windows color (decimal): -5663904 or 6329257. OLE color: 6329257.

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

Color convert

RGB 169 147 96 -
CMYK 0 0.13 0.43 0.34
HSL 41.92º 0.3% 0.52% -
HSV(B) 41.92º 0.43% 0.66% -
XYZ 28.91 30.15 15.36 -
YUV 147.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 169 147 96 0 0.13 0.43 0.34 41.92 0.3 0.52
Hex A9 93 60 0 D 2B 22 2A 1E 34
Octal 251 223 140 0 15 53 42 52 36 64
Binary 10101001 10010011 1100000 0 1101 101011 100010 101010 11110 110100

Color Harmonies of #A99360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99360

Black with #A99360

Text Example


Text Example

White with #A99360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99360; }

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

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

background-color css

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

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

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

border-color css

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

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

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