Html Css Color HEX #AF9D73 Tallow

📋 copy color: '#AF9D73'

red 175 ◦ green 157 ◦ blue 115

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

Shades of Tallow #AF9D73

Tints of Tallow #AF9D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 39.15%
G = 35.12%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF9D73 (or 0xAF9D73) is known color: Tallow. HEX triplet: AF, 9D and 73. RGB value is (175,157,115). Sum of RGB (Red+Green+Blue) = 175+157+115=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D73 is #50628C. Grayscale: #9D9D9D. Windows color (decimal): -5268109 or 7577007. OLE color: 7577007.

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

Color convert

RGB 175 157 115 -
CMYK 0 0.10 0.34 0.31
HSL 42º 0.27% 0.57% -
HSV(B) 42º 0.34% 0.69% -
XYZ 32.83 34.47 21.14 -
YUV 157.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 175 157 115 0 0.10 0.34 0.31 42 0.27 0.57
Hex AF 9D 73 0 A 22 1F 2A 1B 39
Octal 257 235 163 0 12 42 37 52 33 71
Binary 10101111 10011101 1110011 0 1010 100010 11111 101010 11011 111001

Color Harmonies of #AF9D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D73

Black with #AF9D73

Text Example


Text Example

White with #AF9D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D73; }

 p { color: rgb(175,157,115); }

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

background-color css

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

 a { background-color: rgb(175,157,115); }

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

border-color css

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

 span { border-color: rgb(175,157,115); }

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