Html Css Color HEX #AA9C60 Barley Corn

📋 copy color: '#AA9C60'

red 170 ◦ green 156 ◦ blue 96

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

Shades of Barley Corn #AA9C60

Tints of Barley Corn #AA9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 40.28%
G = 36.97%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA9C60 (or 0xAA9C60) is known color: Barley Corn. HEX triplet: AA, 9C and 60. RGB value is (170,156,96). Sum of RGB (Red+Green+Blue) = 170+156+96=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C60 is #55639F. Grayscale: #999999. Windows color (decimal): -5596064 or 6331562. OLE color: 6331562.

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

Color convert

RGB 170 156 96 -
CMYK 0 0.08 0.44 0.33
HSL 48.65º 0.3% 0.52% -
HSV(B) 48.65º 0.44% 0.67% -
XYZ 30.58 33.17 15.86 -
YUV 153.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 170 156 96 0 0.08 0.44 0.33 48.65 0.3 0.52
Hex AA 9C 60 0 8 2C 21 31 1E 34
Octal 252 234 140 0 10 54 41 61 36 64
Binary 10101010 10011100 1100000 0 1000 101100 100001 110001 11110 110100

Color Harmonies of #AA9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C60

Black with #AA9C60

Text Example


Text Example

White with #AA9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C60; }

 p { color: rgb(170,156,96); }

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

background-color css

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

 a { background-color: rgb(170,156,96); }

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

border-color css

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

 span { border-color: rgb(170,156,96); }

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