Html Css Color HEX #AA9260 Barley Corn

📋 copy color: '#AA9260'

red 170 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #AA9260

Tints of Barley Corn #AA9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

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

R = 41.26%
G = 35.44%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA9260 (or 0xAA9260) is known color: Barley Corn. HEX triplet: AA, 92 and 60. RGB value is (170,146,96). Sum of RGB (Red+Green+Blue) = 170+146+96=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9260 is #556D9F. Grayscale: #939393. Windows color (decimal): -5598624 or 6329002. OLE color: 6329002.

HSL color Cylindrical-coordinate representation of color #AA9260: hue angle of 40.54º 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 #AA9260 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 146 96 -
CMYK 0 0.14 0.44 0.33
HSL 40.54º 0.3% 0.52% -
HSV(B) 40.54º 0.44% 0.67% -
XYZ 28.97 29.95 15.32 -
YUV 147.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 170 146 96 0 0.14 0.44 0.33 40.54 0.3 0.52
Hex AA 92 60 0 E 2C 21 29 1E 34
Octal 252 222 140 0 16 54 41 51 36 64
Binary 10101010 10010010 1100000 0 1110 101100 100001 101001 11110 110100

Color Harmonies of #AA9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9260

Black with #AA9260

Text Example


Text Example

White with #AA9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9260; }

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

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

background-color css

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

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

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

border-color css

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

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

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