Html Css Color HEX #AF8D5C Barley Corn

📋 copy color: '#AF8D5C'

red 175 ◦ green 141 ◦ blue 92

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

Shades of Barley Corn #AF8D5C

Tints of Barley Corn #AF8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 42.89%
G = 34.56%
B = 22.55%

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

#AF8D5C (or 0xAF8D5C) is known color: Barley Corn. HEX triplet: AF, 8D and 5C. RGB value is (175,141,92). Sum of RGB (Red+Green+Blue) = 175+141+92=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D5C is #5072A3. Grayscale: #919191. Windows color (decimal): -5272228 or 6065583. OLE color: 6065583.

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

Color convert

RGB 175 141 92 -
CMYK 0 0.19 0.47 0.31
HSL 35.42º 0.34% 0.52% -
HSV(B) 35.42º 0.47% 0.69% -
XYZ 29.14 28.94 14.17 -
YUV 145.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 175 141 92 0 0.19 0.47 0.31 35.42 0.34 0.52
Hex AF 8D 5C 0 13 2F 1F 23 22 34
Octal 257 215 134 0 23 57 37 43 42 64
Binary 10101111 10001101 1011100 0 10011 101111 11111 100011 100010 110100

Color Harmonies of #AF8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D5C

Black with #AF8D5C

Text Example


Text Example

White with #AF8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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