Html Css Color HEX #AA915F Barley Corn

📋 copy color: '#AA915F'

red 170 ◦ green 145 ◦ blue 95

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

Shades of Barley Corn #AA915F

Tints of Barley Corn #AA915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 41.46%
G = 35.37%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA915F (or 0xAA915F) is known color: Barley Corn. HEX triplet: AA, 91 and 5F. RGB value is (170,145,95). Sum of RGB (Red+Green+Blue) = 170+145+95=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915F is #556EA0. Grayscale: #939393. Windows color (decimal): -5598881 or 6263210. OLE color: 6263210.

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

Color convert

RGB 170 145 95 -
CMYK 0 0.15 0.44 0.33
HSL 40º 0.31% 0.52% -
HSV(B) 40º 0.44% 0.67% -
XYZ 28.77 29.62 15.03 -
YUV 146.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 170 145 95 0 0.15 0.44 0.33 40 0.31 0.52
Hex AA 91 5F 0 F 2C 21 28 1F 34
Octal 252 221 137 0 17 54 41 50 37 64
Binary 10101010 10010001 1011111 0 1111 101100 100001 101000 11111 110100

Color Harmonies of #AA915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA915F

Black with #AA915F

Text Example


Text Example

White with #AA915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA915F; }

 p { color: rgb(170,145,95); }

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

background-color css

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

 a { background-color: rgb(170,145,95); }

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

border-color css

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

 span { border-color: rgb(170,145,95); }

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