Html Css Color HEX #AF9C71 Tallow

📋 copy color: '#AF9C71'

red 175 ◦ green 156 ◦ blue 113

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

Shades of Tallow #AF9C71

Tints of Tallow #AF9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

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

R = 39.41%
G = 35.14%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF9C71 (or 0xAF9C71) is known color: Tallow. HEX triplet: AF, 9C and 71. RGB value is (175,156,113). Sum of RGB (Red+Green+Blue) = 175+156+113=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C71 is #50638E. Grayscale: #9C9C9C. Windows color (decimal): -5268367 or 7445679. OLE color: 7445679.

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

Color convert

RGB 175 156 113 -
CMYK 0 0.11 0.35 0.31
HSL 41.61º 0.28% 0.56% -
HSV(B) 41.61º 0.35% 0.69% -
XYZ 32.55 34.08 20.49 -
YUV 156.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 175 156 113 0 0.11 0.35 0.31 41.61 0.28 0.56
Hex AF 9C 71 0 B 23 1F 2A 1C 38
Octal 257 234 161 0 13 43 37 52 34 70
Binary 10101111 10011100 1110001 0 1011 100011 11111 101010 11100 111000

Color Harmonies of #AF9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C71

Black with #AF9C71

Text Example


Text Example

White with #AF9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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