Html Css Color HEX #AA9864 Barley Corn

📋 copy color: '#AA9864'

red 170 ◦ green 152 ◦ blue 100

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

Shades of Barley Corn #AA9864

Tints of Barley Corn #AA9864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 40.28%
G = 36.02%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA9864 (or 0xAA9864) is known color: Barley Corn. HEX triplet: AA, 98 and 64. RGB value is (170,152,100). Sum of RGB (Red+Green+Blue) = 170+152+100=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9864 is #55679B. Grayscale: #979797. Windows color (decimal): -5597084 or 6592682. OLE color: 6592682.

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

Color convert

RGB 170 152 100 -
CMYK 0 0.11 0.41 0.33
HSL 44.57º 0.29% 0.53% -
HSV(B) 44.57º 0.41% 0.67% -
XYZ 30.11 31.92 16.63 -
YUV 151.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 170 152 100 0 0.11 0.41 0.33 44.57 0.29 0.53
Hex AA 98 64 0 B 29 21 2D 1D 35
Octal 252 230 144 0 13 51 41 55 35 65
Binary 10101010 10011000 1100100 0 1011 101001 100001 101101 11101 110101

Color Harmonies of #AA9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9864

Black with #AA9864

Text Example


Text Example

White with #AA9864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9864; }

 p { color: rgb(170,152,100); }

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

background-color css

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

 a { background-color: rgb(170,152,100); }

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

border-color css

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

 span { border-color: rgb(170,152,100); }

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