Html Css Color HEX #AF9F76 Tallow

📋 copy color: '#AF9F76'

red 175 ◦ green 159 ◦ blue 118

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

Shades of Tallow #AF9F76

Tints of Tallow #AF9F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 38.72%
G = 35.18%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF9F76 (or 0xAF9F76) is known color: Tallow. HEX triplet: AF, 9F and 76. RGB value is (175,159,118). Sum of RGB (Red+Green+Blue) = 175+159+118=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F76 is #506089. Grayscale: #9F9F9F. Windows color (decimal): -5267594 or 7774127. OLE color: 7774127.

HSL color Cylindrical-coordinate representation of color #AF9F76: hue angle of 43.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9F76 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 118 -
CMYK 0 0.09 0.33 0.31
HSL 43.16º 0.26% 0.57% -
HSV(B) 43.16º 0.33% 0.69% -
XYZ 33.35 35.22 22.18 -
YUV 159.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 175 159 118 0 0.09 0.33 0.31 43.16 0.26 0.57
Hex AF 9F 76 0 9 21 1F 2B 1A 39
Octal 257 237 166 0 11 41 37 53 32 71
Binary 10101111 10011111 1110110 0 1001 100001 11111 101011 11010 111001

Color Harmonies of #AF9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F76

Black with #AF9F76

Text Example


Text Example

White with #AF9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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