Html Css Color HEX #AA8F60 Barley Corn

📋 copy color: '#AA8F60'

red 170 ◦ green 143 ◦ blue 96

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

Shades of Barley Corn #AA8F60

Tints of Barley Corn #AA8F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 41.56%
G = 34.96%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8F60 (or 0xAA8F60) is known color: Barley Corn. HEX triplet: AA, 8F and 60. RGB value is (170,143,96). Sum of RGB (Red+Green+Blue) = 170+143+96=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F60 is #55709F. Grayscale: #919191. Windows color (decimal): -5599392 or 6328234. OLE color: 6328234.

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

Color convert

RGB 170 143 96 -
CMYK 0 0.16 0.44 0.33
HSL 38.11º 0.3% 0.52% -
HSV(B) 38.11º 0.44% 0.67% -
XYZ 28.51 29.04 15.17 -
YUV 145.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 170 143 96 0 0.16 0.44 0.33 38.11 0.3 0.52
Hex AA 8F 60 0 10 2C 21 26 1E 34
Octal 252 217 140 0 20 54 41 46 36 64
Binary 10101010 10001111 1100000 0 10000 101100 100001 100110 11110 110100

Color Harmonies of #AA8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F60

Black with #AA8F60

Text Example


Text Example

White with #AA8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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