Html Css Color HEX #A99362 Barley Corn

📋 copy color: '#A99362'

red 169 ◦ green 147 ◦ blue 98

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

Shades of Barley Corn #A99362

Tints of Barley Corn #A99362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.67%

R = 40.82%
G = 35.51%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A99362 (or 0xA99362) is known color: Barley Corn. HEX triplet: A9, 93 and 62. RGB value is (169,147,98). Sum of RGB (Red+Green+Blue) = 169+147+98=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99362 is #566C9D. Grayscale: #949494. Windows color (decimal): -5663902 or 6460329. OLE color: 6460329.

HSL color Cylindrical-coordinate representation of color #A99362: hue angle of 41.41º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A99362 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 147 98 -
CMYK 0 0.13 0.42 0.34
HSL 41.41º 0.29% 0.52% -
HSV(B) 41.41º 0.42% 0.66% -
XYZ 29 30.18 15.85 -
YUV 147.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 169 147 98 0 0.13 0.42 0.34 41.41 0.29 0.52
Hex A9 93 62 0 D 2A 22 29 1D 34
Octal 251 223 142 0 15 52 42 51 35 64
Binary 10101001 10010011 1100010 0 1101 101010 100010 101001 11101 110100

Color Harmonies of #A99362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99362

Black with #A99362

Text Example


Text Example

White with #A99362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99362; }

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

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

background-color css

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

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

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

border-color css

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

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

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