Html Css Color HEX #AF8F5E Barley Corn

📋 copy color: '#AF8F5E'

red 175 ◦ green 143 ◦ blue 94

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

Shades of Barley Corn #AF8F5E

Tints of Barley Corn #AF8F5E

RGB

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

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

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

R = 42.48%
G = 34.71%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF8F5E (or 0xAF8F5E) is known color: Barley Corn. HEX triplet: AF, 8F and 5E. RGB value is (175,143,94). Sum of RGB (Red+Green+Blue) = 175+143+94=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5E is #5070A1. Grayscale: #939393. Windows color (decimal): -5271714 or 6197167. OLE color: 6197167.

HSL color Cylindrical-coordinate representation of color #AF8F5E: hue angle of 36.3º 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 #AF8F5E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 94 -
CMYK 0 0.18 0.46 0.31
HSL 36.3º 0.34% 0.53% -
HSV(B) 36.3º 0.46% 0.69% -
XYZ 29.52 29.57 14.74 -
YUV 146.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 175 143 94 0 0.18 0.46 0.31 36.3 0.34 0.53
Hex AF 8F 5E 0 12 2E 1F 24 22 35
Octal 257 217 136 0 22 56 37 44 42 65
Binary 10101111 10001111 1011110 0 10010 101110 11111 100100 100010 110101

Color Harmonies of #AF8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F5E

Black with #AF8F5E

Text Example


Text Example

White with #AF8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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