Html Css Color HEX #AA9661 Barley Corn

📋 copy color: '#AA9661'

red 170 ◦ green 150 ◦ blue 97

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

Shades of Barley Corn #AA9661

Tints of Barley Corn #AA9661

RGB

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

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

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

R = 40.77%
G = 35.97%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA9661 (or 0xAA9661) is known color: Barley Corn. HEX triplet: AA, 96 and 61. RGB value is (170,150,97). Sum of RGB (Red+Green+Blue) = 170+150+97=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9661 is #55699E. Grayscale: #969696. Windows color (decimal): -5597599 or 6395562. OLE color: 6395562.

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

Color convert

RGB 170 150 97 -
CMYK 0 0.12 0.43 0.33
HSL 43.56º 0.3% 0.52% -
HSV(B) 43.56º 0.43% 0.67% -
XYZ 29.64 31.22 15.77 -
YUV 149.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 170 150 97 0 0.12 0.43 0.33 43.56 0.3 0.52
Hex AA 96 61 0 C 2B 21 2C 1E 34
Octal 252 226 141 0 14 53 41 54 36 64
Binary 10101010 10010110 1100001 0 1100 101011 100001 101100 11110 110100

Color Harmonies of #AA9661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9661

Black with #AA9661

Text Example


Text Example

White with #AA9661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9661; }

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

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

background-color css

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

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

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

border-color css

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

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

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