Html Css Color HEX #AF8C5D Barley Corn

📋 copy color: '#AF8C5D'

red 175 ◦ green 140 ◦ blue 93

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

Shades of Barley Corn #AF8C5D

Tints of Barley Corn #AF8C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 42.89%
G = 34.31%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8C5D (or 0xAF8C5D) is known color: Barley Corn. HEX triplet: AF, 8C and 5D. RGB value is (175,140,93). Sum of RGB (Red+Green+Blue) = 175+140+93=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C5D is #5073A2. Grayscale: #919191. Windows color (decimal): -5272483 or 6130863. OLE color: 6130863.

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

Color convert

RGB 175 140 93 -
CMYK 0 0.2 0.47 0.31
HSL 34.39º 0.34% 0.53% -
HSV(B) 34.39º 0.47% 0.69% -
XYZ 29.03 28.66 14.36 -
YUV 145.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 175 140 93 0 0.2 0.47 0.31 34.39 0.34 0.53
Hex AF 8C 5D 0 14 2F 1F 22 22 35
Octal 257 214 135 0 24 57 37 42 42 65
Binary 10101111 10001100 1011101 0 10100 101111 11111 100010 100010 110101

Color Harmonies of #AF8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C5D

Black with #AF8C5D

Text Example


Text Example

White with #AF8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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