Html Css Color HEX #A99061 Barley Corn

📋 copy color: '#A99061'

red 169 ◦ green 144 ◦ blue 97

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

Shades of Barley Corn #A99061

Tints of Barley Corn #A99061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 41.22%
G = 35.12%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99061 (or 0xA99061) is known color: Barley Corn. HEX triplet: A9, 90 and 61. RGB value is (169,144,97). Sum of RGB (Red+Green+Blue) = 169+144+97=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A99061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99061 is #566F9E. Grayscale: #929292. Windows color (decimal): -5664671 or 6394025. OLE color: 6394025.

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

Color convert

RGB 169 144 97 -
CMYK 0 0.15 0.43 0.34
HSL 39.17º 0.3% 0.52% -
HSV(B) 39.17º 0.43% 0.66% -
XYZ 28.49 29.24 15.45 -
YUV 146.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 169 144 97 0 0.15 0.43 0.34 39.17 0.3 0.52
Hex A9 90 61 0 F 2B 22 27 1E 34
Octal 251 220 141 0 17 53 42 47 36 64
Binary 10101001 10010000 1100001 0 1111 101011 100010 100111 11110 110100

Color Harmonies of #A99061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99061

Black with #A99061

Text Example


Text Example

White with #A99061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99061; }

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

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

background-color css

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

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

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

border-color css

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

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

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