Html Css Color HEX #A99361 Barley Corn

📋 copy color: '#A99361'

red 169 ◦ green 147 ◦ blue 97

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

Shades of Barley Corn #A99361

Tints of Barley Corn #A99361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 40.92%
G = 35.59%
B = 23.49%

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

#A99361 (or 0xA99361) is known color: Barley Corn. HEX triplet: A9, 93 and 61. RGB value is (169,147,97). Sum of RGB (Red+Green+Blue) = 169+147+97=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A99361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99361 is #566C9E. Grayscale: #949494. Windows color (decimal): -5663903 or 6394793. OLE color: 6394793.

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

Color convert

RGB 169 147 97 -
CMYK 0 0.13 0.43 0.34
HSL 41.67º 0.3% 0.52% -
HSV(B) 41.67º 0.43% 0.66% -
XYZ 28.95 30.17 15.61 -
YUV 147.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 169 147 97 0 0.13 0.43 0.34 41.67 0.3 0.52
Hex A9 93 61 0 D 2B 22 2A 1E 34
Octal 251 223 141 0 15 53 42 52 36 64
Binary 10101001 10010011 1100001 0 1101 101011 100010 101010 11110 110100

Color Harmonies of #A99361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99361

Black with #A99361

Text Example


Text Example

White with #A99361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99361; }

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

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

background-color css

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

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

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

border-color css

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

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

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