Html Css Color HEX #AA8F5F Barley Corn

📋 copy color: '#AA8F5F'

red 170 ◦ green 143 ◦ blue 95

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

Shades of Barley Corn #AA8F5F

Tints of Barley Corn #AA8F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 41.67%
G = 35.05%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8F5F (or 0xAA8F5F) is known color: Barley Corn. HEX triplet: AA, 8F and 5F. RGB value is (170,143,95). Sum of RGB (Red+Green+Blue) = 170+143+95=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F5F is #5570A0. Grayscale: #919191. Windows color (decimal): -5599393 or 6262698. OLE color: 6262698.

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

Color convert

RGB 170 143 95 -
CMYK 0 0.16 0.44 0.33
HSL 38.4º 0.31% 0.52% -
HSV(B) 38.4º 0.44% 0.67% -
XYZ 28.47 29.02 14.93 -
YUV 145.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 170 143 95 0 0.16 0.44 0.33 38.4 0.31 0.52
Hex AA 8F 5F 0 10 2C 21 26 1F 34
Octal 252 217 137 0 20 54 41 46 37 64
Binary 10101010 10001111 1011111 0 10000 101100 100001 100110 11111 110100

Color Harmonies of #AA8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F5F

Black with #AA8F5F

Text Example


Text Example

White with #AA8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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