Html Css Color HEX #AF8D5E Barley Corn

📋 copy color: '#AF8D5E'

red 175 ◦ green 141 ◦ blue 94

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

Shades of Barley Corn #AF8D5E

Tints of Barley Corn #AF8D5E

RGB

 RED value IS 175 (68.75% from 255) = 42.68%

 GREEN value IS 141 (55.47% from 255) = 34.39%

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

R = 42.68%
G = 34.39%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF8D5E (or 0xAF8D5E) is known color: Barley Corn. HEX triplet: AF, 8D and 5E. RGB value is (175,141,94). Sum of RGB (Red+Green+Blue) = 175+141+94=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D5E is #5072A1. Grayscale: #929292. Windows color (decimal): -5272226 or 6196655. OLE color: 6196655.

HSL color Cylindrical-coordinate representation of color #AF8D5E: hue angle of 34.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF8D5E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 94 -
CMYK 0 0.19 0.46 0.31
HSL 34.81º 0.34% 0.53% -
HSV(B) 34.81º 0.46% 0.69% -
XYZ 29.22 28.97 14.64 -
YUV 145.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 175 141 94 0 0.19 0.46 0.31 34.81 0.34 0.53
Hex AF 8D 5E 0 13 2E 1F 23 22 35
Octal 257 215 136 0 23 56 37 43 42 65
Binary 10101111 10001101 1011110 0 10011 101110 11111 100011 100010 110101

Color Harmonies of #AF8D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D5E

Black with #AF8D5E

Text Example


Text Example

White with #AF8D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D5E; }

 p { color: rgb(175,141,94); }

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

background-color css

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

 a { background-color: rgb(175,141,94); }

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

border-color css

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

 span { border-color: rgb(175,141,94); }

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