Html Css Color HEX #A99662 Barley Corn

📋 copy color: '#A99662'

red 169 ◦ green 150 ◦ blue 98

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

Shades of Barley Corn #A99662

Tints of Barley Corn #A99662

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 40.53%
G = 35.97%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A99662 (or 0xA99662) is known color: Barley Corn. HEX triplet: A9, 96 and 62. RGB value is (169,150,98). Sum of RGB (Red+Green+Blue) = 169+150+98=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99662 is #56699D. Grayscale: #959595. Windows color (decimal): -5663134 or 6461097. OLE color: 6461097.

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

Color convert

RGB 169 150 98 -
CMYK 0 0.11 0.42 0.34
HSL 43.94º 0.29% 0.52% -
HSV(B) 43.94º 0.42% 0.66% -
XYZ 29.47 31.13 16.01 -
YUV 149.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 169 150 98 0 0.11 0.42 0.34 43.94 0.29 0.52
Hex A9 96 62 0 B 2A 22 2C 1D 34
Octal 251 226 142 0 13 52 42 54 35 64
Binary 10101001 10010110 1100010 0 1011 101010 100010 101100 11101 110100

Color Harmonies of #A99662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99662

Black with #A99662

Text Example


Text Example

White with #A99662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99662; }

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

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

background-color css

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

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

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

border-color css

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

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

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