Html Css Color HEX #AA9662 Barley Corn

📋 copy color: '#AA9662'

red 170 ◦ green 150 ◦ blue 98

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

Shades of Barley Corn #AA9662

Tints of Barley Corn #AA9662

RGB

 RED value IS 170 (66.8% from 255) = 40.67%

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

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

R = 40.67%
G = 35.89%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9662 (or 0xAA9662) is known color: Barley Corn. HEX triplet: AA, 96 and 62. RGB value is (170,150,98). Sum of RGB (Red+Green+Blue) = 170+150+98=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9662 is #55699D. Grayscale: #969696. Windows color (decimal): -5597598 or 6461098. OLE color: 6461098.

HSL color Cylindrical-coordinate representation of color #AA9662: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA9662 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 98 -
CMYK 0 0.12 0.42 0.33
HSL 43.33º 0.3% 0.53% -
HSV(B) 43.33º 0.42% 0.67% -
XYZ 29.69 31.24 16.02 -
YUV 150.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 170 150 98 0 0.12 0.42 0.33 43.33 0.3 0.53
Hex AA 96 62 0 C 2A 21 2B 1E 35
Octal 252 226 142 0 14 52 41 53 36 65
Binary 10101010 10010110 1100010 0 1100 101010 100001 101011 11110 110101

Color Harmonies of #AA9662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9662

Black with #AA9662

Text Example


Text Example

White with #AA9662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9662; }

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

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

background-color css

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

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

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

border-color css

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

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

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