Html Css Color HEX #AF986F Tallow

📋 copy color: '#AF986F'

red 175 ◦ green 152 ◦ blue 111

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

Shades of Tallow #AF986F

Tints of Tallow #AF986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 39.95%
G = 34.7%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF986F (or 0xAF986F) is known color: Tallow. HEX triplet: AF, 98 and 6F. RGB value is (175,152,111). Sum of RGB (Red+Green+Blue) = 175+152+111=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF986F is #506790. Grayscale: #9A9A9A. Windows color (decimal): -5269393 or 7313583. OLE color: 7313583.

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

Color convert

RGB 175 152 111 -
CMYK 0 0.13 0.37 0.31
HSL 38.44º 0.29% 0.56% -
HSV(B) 38.44º 0.37% 0.69% -
XYZ 31.78 32.72 19.68 -
YUV 154.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 175 152 111 0 0.13 0.37 0.31 38.44 0.29 0.56
Hex AF 98 6F 0 D 25 1F 26 1D 38
Octal 257 230 157 0 15 45 37 46 35 70
Binary 10101111 10011000 1101111 0 1101 100101 11111 100110 11101 111000

Color Harmonies of #AF986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF986F

Black with #AF986F

Text Example


Text Example

White with #AF986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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