Html Css Color HEX #AF8F5D Barley Corn

📋 copy color: '#AF8F5D'

red 175 ◦ green 143 ◦ blue 93

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

Shades of Barley Corn #AF8F5D

Tints of Barley Corn #AF8F5D

RGB

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

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

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

R = 42.58%
G = 34.79%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8F5D (or 0xAF8F5D) is known color: Barley Corn. HEX triplet: AF, 8F and 5D. RGB value is (175,143,93). Sum of RGB (Red+Green+Blue) = 175+143+93=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5D is #5070A2. Grayscale: #939393. Windows color (decimal): -5271715 or 6131631. OLE color: 6131631.

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

Color convert

RGB 175 143 93 -
CMYK 0 0.18 0.47 0.31
HSL 36.59º 0.34% 0.53% -
HSV(B) 36.59º 0.47% 0.69% -
XYZ 29.48 29.55 14.51 -
YUV 146.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 175 143 93 0 0.18 0.47 0.31 36.59 0.34 0.53
Hex AF 8F 5D 0 12 2F 1F 25 22 35
Octal 257 217 135 0 22 57 37 45 42 65
Binary 10101111 10001111 1011101 0 10010 101111 11111 100101 100010 110101

Color Harmonies of #AF8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F5D

Black with #AF8F5D

Text Example


Text Example

White with #AF8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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