Html Css Color HEX #AA935E Barley Corn

📋 copy color: '#AA935E'

red 170 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #AA935E

Tints of Barley Corn #AA935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 41.36%
G = 35.77%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA935E (or 0xAA935E) is known color: Barley Corn. HEX triplet: AA, 93 and 5E. RGB value is (170,147,94). Sum of RGB (Red+Green+Blue) = 170+147+94=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935E is #556CA1. Grayscale: #949494. Windows color (decimal): -5598370 or 6198186. OLE color: 6198186.

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

Color convert

RGB 170 147 94 -
CMYK 0 0.14 0.45 0.33
HSL 41.84º 0.31% 0.52% -
HSV(B) 41.84º 0.45% 0.67% -
XYZ 29.03 30.22 14.89 -
YUV 147.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 170 147 94 0 0.14 0.45 0.33 41.84 0.31 0.52
Hex AA 93 5E 0 E 2D 21 2A 1F 34
Octal 252 223 136 0 16 55 41 52 37 64
Binary 10101010 10010011 1011110 0 1110 101101 100001 101010 11111 110100

Color Harmonies of #AA935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA935E

Black with #AA935E

Text Example


Text Example

White with #AA935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA935E; }

 p { color: rgb(170,147,94); }

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

background-color css

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

 a { background-color: rgb(170,147,94); }

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

border-color css

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

 span { border-color: rgb(170,147,94); }

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