Html Css Color HEX #AF9F71 Tallow

📋 copy color: '#AF9F71'

red 175 ◦ green 159 ◦ blue 113

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

Shades of Tallow #AF9F71

Tints of Tallow #AF9F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 39.15%
G = 35.57%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF9F71 (or 0xAF9F71) is known color: Tallow. HEX triplet: AF, 9F and 71. RGB value is (175,159,113). Sum of RGB (Red+Green+Blue) = 175+159+113=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F71 is #50608E. Grayscale: #9E9E9E. Windows color (decimal): -5267599 or 7446447. OLE color: 7446447.

HSL color Cylindrical-coordinate representation of color #AF9F71: hue angle of 44.52º 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 #AF9F71 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 113 -
CMYK 0 0.09 0.35 0.31
HSL 44.52º 0.28% 0.56% -
HSV(B) 44.52º 0.35% 0.69% -
XYZ 33.06 35.1 20.66 -
YUV 158.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 175 159 113 0 0.09 0.35 0.31 44.52 0.28 0.56
Hex AF 9F 71 0 9 23 1F 2D 1C 38
Octal 257 237 161 0 11 43 37 55 34 70
Binary 10101111 10011111 1110001 0 1001 100011 11111 101101 11100 111000

Color Harmonies of #AF9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F71

Black with #AF9F71

Text Example


Text Example

White with #AF9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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