Html Css Color HEX #AA985D Barley Corn

📋 copy color: '#AA985D'

red 170 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #AA985D

Tints of Barley Corn #AA985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

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

R = 40.96%
G = 36.63%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA985D (or 0xAA985D) is known color: Barley Corn. HEX triplet: AA, 98 and 5D. RGB value is (170,152,93). Sum of RGB (Red+Green+Blue) = 170+152+93=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA985D is #5567A2. Grayscale: #969696. Windows color (decimal): -5597091 or 6133930. OLE color: 6133930.

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

Color convert

RGB 170 152 93 -
CMYK 0 0.11 0.45 0.33
HSL 45.97º 0.31% 0.52% -
HSV(B) 45.97º 0.45% 0.67% -
XYZ 29.78 31.79 14.92 -
YUV 150.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 170 152 93 0 0.11 0.45 0.33 45.97 0.31 0.52
Hex AA 98 5D 0 B 2D 21 2E 1F 34
Octal 252 230 135 0 13 55 41 56 37 64
Binary 10101010 10011000 1011101 0 1011 101101 100001 101110 11111 110100

Color Harmonies of #AA985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA985D

Black with #AA985D

Text Example


Text Example

White with #AA985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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