Html Css Color HEX #AA8D61 Barley Corn

📋 copy color: '#AA8D61'

red 170 ◦ green 141 ◦ blue 97

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

Shades of Barley Corn #AA8D61

Tints of Barley Corn #AA8D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

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

R = 41.67%
G = 34.56%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA8D61 (or 0xAA8D61) is known color: Barley Corn. HEX triplet: AA, 8D and 61. RGB value is (170,141,97). Sum of RGB (Red+Green+Blue) = 170+141+97=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D61 is #55729E. Grayscale: #909090. Windows color (decimal): -5599903 or 6393258. OLE color: 6393258.

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

Color convert

RGB 170 141 97 -
CMYK 0 0.17 0.43 0.33
HSL 36.16º 0.3% 0.52% -
HSV(B) 36.16º 0.43% 0.67% -
XYZ 28.26 28.46 15.31 -
YUV 144.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 170 141 97 0 0.17 0.43 0.33 36.16 0.3 0.52
Hex AA 8D 61 0 11 2B 21 24 1E 34
Octal 252 215 141 0 21 53 41 44 36 64
Binary 10101010 10001101 1100001 0 10001 101011 100001 100100 11110 110100

Color Harmonies of #AA8D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D61

Black with #AA8D61

Text Example


Text Example

White with #AA8D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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