Html Css Color HEX #AA915D Barley Corn

📋 copy color: '#AA915D'

red 170 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #AA915D

Tints of Barley Corn #AA915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 41.67%
G = 35.54%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA915D (or 0xAA915D) is known color: Barley Corn. HEX triplet: AA, 91 and 5D. RGB value is (170,145,93). Sum of RGB (Red+Green+Blue) = 170+145+93=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915D is #556EA2. Grayscale: #929292. Windows color (decimal): -5598883 or 6132138. OLE color: 6132138.

HSL color Cylindrical-coordinate representation of color #AA915D: hue angle of 40.52º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA915D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 145 93 -
CMYK 0 0.15 0.45 0.33
HSL 40.52º 0.31% 0.52% -
HSV(B) 40.52º 0.45% 0.67% -
XYZ 28.68 29.59 14.56 -
YUV 146.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 170 145 93 0 0.15 0.45 0.33 40.52 0.31 0.52
Hex AA 91 5D 0 F 2D 21 29 1F 34
Octal 252 221 135 0 17 55 41 51 37 64
Binary 10101010 10010001 1011101 0 1111 101101 100001 101001 11111 110100

Color Harmonies of #AA915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA915D

Black with #AA915D

Text Example


Text Example

White with #AA915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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