Html Css Color HEX #AF986C Barley Corn

📋 copy color: '#AF986C'

red 175 ◦ green 152 ◦ blue 108

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

Shades of Barley Corn #AF986C

Tints of Barley Corn #AF986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.94%

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 40.23%
G = 34.94%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF986C (or 0xAF986C) is known color: Barley Corn. HEX triplet: AF, 98 and 6C. RGB value is (175,152,108). Sum of RGB (Red+Green+Blue) = 175+152+108=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF986C is #506793. Grayscale: #9A9A9A. Windows color (decimal): -5269396 or 7116975. OLE color: 7116975.

HSL color Cylindrical-coordinate representation of color #AF986C: hue angle of 39.4º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF986C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 108 -
CMYK 0 0.13 0.38 0.31
HSL 39.4º 0.3% 0.55% -
HSV(B) 39.4º 0.38% 0.69% -
XYZ 31.61 32.65 18.82 -
YUV 153.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 175 152 108 0 0.13 0.38 0.31 39.4 0.3 0.55
Hex AF 98 6C 0 D 26 1F 27 1E 37
Octal 257 230 154 0 15 46 37 47 36 67
Binary 10101111 10011000 1101100 0 1101 100110 11111 100111 11110 110111

Color Harmonies of #AF986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF986C

Black with #AF986C

Text Example


Text Example

White with #AF986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF986C; }

 p { color: rgb(175,152,108); }

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

background-color css

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

 a { background-color: rgb(175,152,108); }

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

border-color css

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

 span { border-color: rgb(175,152,108); }

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