Html Css Color HEX #AF8E5D Barley Corn

📋 copy color: '#AF8E5D'

red 175 ◦ green 142 ◦ blue 93

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

Shades of Barley Corn #AF8E5D

Tints of Barley Corn #AF8E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

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

R = 42.68%
G = 34.63%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8E5D (or 0xAF8E5D) is known color: Barley Corn. HEX triplet: AF, 8E and 5D. RGB value is (175,142,93). Sum of RGB (Red+Green+Blue) = 175+142+93=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E5D is #5071A2. Grayscale: #929292. Windows color (decimal): -5271971 or 6131375. OLE color: 6131375.

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

Color convert

RGB 175 142 93 -
CMYK 0 0.19 0.47 0.31
HSL 35.85º 0.34% 0.53% -
HSV(B) 35.85º 0.47% 0.69% -
XYZ 29.33 29.25 14.46 -
YUV 146.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 175 142 93 0 0.19 0.47 0.31 35.85 0.34 0.53
Hex AF 8E 5D 0 13 2F 1F 24 22 35
Octal 257 216 135 0 23 57 37 44 42 65
Binary 10101111 10001110 1011101 0 10011 101111 11111 100100 100010 110101

Color Harmonies of #AF8E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E5D

Black with #AF8E5D

Text Example


Text Example

White with #AF8E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E5D; }

 p { color: rgb(175,142,93); }

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

background-color css

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

 a { background-color: rgb(175,142,93); }

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

border-color css

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

 span { border-color: rgb(175,142,93); }

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