Html Css Color HEX #AF986D Tallow

📋 copy color: '#AF986D'

red 175 ◦ green 152 ◦ blue 109

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

Shades of Tallow #AF986D

Tints of Tallow #AF986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 40.14%
G = 34.86%
B = 25%

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

#AF986D (or 0xAF986D) is known color: Tallow. HEX triplet: AF, 98 and 6D. RGB value is (175,152,109). Sum of RGB (Red+Green+Blue) = 175+152+109=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF986D is #506792. Grayscale: #9A9A9A. Windows color (decimal): -5269395 or 7182511. OLE color: 7182511.

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

Color convert

RGB 175 152 109 -
CMYK 0 0.13 0.38 0.31
HSL 39.09º 0.29% 0.56% -
HSV(B) 39.09º 0.38% 0.69% -
XYZ 31.67 32.67 19.11 -
YUV 153.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 175 152 109 0 0.13 0.38 0.31 39.09 0.29 0.56
Hex AF 98 6D 0 D 26 1F 27 1D 38
Octal 257 230 155 0 15 46 37 47 35 70
Binary 10101111 10011000 1101101 0 1101 100110 11111 100111 11101 111000

Color Harmonies of #AF986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF986D

Black with #AF986D

Text Example


Text Example

White with #AF986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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