Html Css Color HEX #AFA071 Tallow

📋 copy color: '#AFA071'

red 175 ◦ green 160 ◦ blue 113

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

Shades of Tallow #AFA071

Tints of Tallow #AFA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.71%

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

R = 39.06%
G = 35.71%
B = 25.22%

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

#AFA071 (or 0xAFA071) is known color: Tallow. HEX triplet: AF, A0 and 71. RGB value is (175,160,113). Sum of RGB (Red+Green+Blue) = 175+160+113=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA071 is #505F8E. Grayscale: #9F9F9F. Windows color (decimal): -5267343 or 7446703. OLE color: 7446703.

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

Color convert

RGB 175 160 113 -
CMYK 0 0.09 0.35 0.31
HSL 45.48º 0.28% 0.56% -
HSV(B) 45.48º 0.35% 0.69% -
XYZ 33.23 35.45 20.71 -
YUV 159.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 175 160 113 0 0.09 0.35 0.31 45.48 0.28 0.56
Hex AF A0 71 0 9 23 1F 2D 1C 38
Octal 257 240 161 0 11 43 37 55 34 70
Binary 10101111 10100000 1110001 0 1001 100011 11111 101101 11100 111000

Color Harmonies of #AFA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA071

Black with #AFA071

Text Example


Text Example

White with #AFA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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