Html Css Color HEX #AF8D5D Barley Corn

📋 copy color: '#AF8D5D'

red 175 ◦ green 141 ◦ blue 93

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

Shades of Barley Corn #AF8D5D

Tints of Barley Corn #AF8D5D

RGB

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

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

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

R = 42.79%
G = 34.47%
B = 22.74%

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

#AF8D5D (or 0xAF8D5D) is known color: Barley Corn. HEX triplet: AF, 8D and 5D. RGB value is (175,141,93). Sum of RGB (Red+Green+Blue) = 175+141+93=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D5D is #5072A2. Grayscale: #919191. Windows color (decimal): -5272227 or 6131119. OLE color: 6131119.

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

Color convert

RGB 175 141 93 -
CMYK 0 0.19 0.47 0.31
HSL 35.12º 0.34% 0.53% -
HSV(B) 35.12º 0.47% 0.69% -
XYZ 29.18 28.95 14.41 -
YUV 145.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 175 141 93 0 0.19 0.47 0.31 35.12 0.34 0.53
Hex AF 8D 5D 0 13 2F 1F 23 22 35
Octal 257 215 135 0 23 57 37 43 42 65
Binary 10101111 10001101 1011101 0 10011 101111 11111 100011 100010 110101

Color Harmonies of #AF8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D5D

Black with #AF8D5D

Text Example


Text Example

White with #AF8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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