Html Css Color HEX #AF9871 Tallow

📋 copy color: '#AF9871'

red 175 ◦ green 152 ◦ blue 113

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

Shades of Tallow #AF9871

Tints of Tallow #AF9871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 39.77%
G = 34.55%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF9871 (or 0xAF9871) is known color: Tallow. HEX triplet: AF, 98 and 71. RGB value is (175,152,113). Sum of RGB (Red+Green+Blue) = 175+152+113=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9871 is #50678E. Grayscale: #9A9A9A. Windows color (decimal): -5269391 or 7444655. OLE color: 7444655.

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

Color convert

RGB 175 152 113 -
CMYK 0 0.13 0.35 0.31
HSL 37.74º 0.28% 0.56% -
HSV(B) 37.74º 0.35% 0.69% -
XYZ 31.89 32.76 20.27 -
YUV 154.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 175 152 113 0 0.13 0.35 0.31 37.74 0.28 0.56
Hex AF 98 71 0 D 23 1F 26 1C 38
Octal 257 230 161 0 15 43 37 46 34 70
Binary 10101111 10011000 1110001 0 1101 100011 11111 100110 11100 111000

Color Harmonies of #AF9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9871

Black with #AF9871

Text Example


Text Example

White with #AF9871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9871; }

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

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

background-color css

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

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

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

border-color css

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

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

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