Html Css Color HEX #AF9D76 Tallow

📋 copy color: '#AF9D76'

red 175 ◦ green 157 ◦ blue 118

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

Shades of Tallow #AF9D76

Tints of Tallow #AF9D76

RGB

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

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

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

R = 38.89%
G = 34.89%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF9D76 (or 0xAF9D76) is known color: Tallow. HEX triplet: AF, 9D and 76. RGB value is (175,157,118). Sum of RGB (Red+Green+Blue) = 175+157+118=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D76 is #506289. Grayscale: #9E9E9E. Windows color (decimal): -5268106 or 7773615. OLE color: 7773615.

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

Color convert

RGB 175 157 118 -
CMYK 0 0.10 0.33 0.31
HSL 41.05º 0.26% 0.57% -
HSV(B) 41.05º 0.33% 0.69% -
XYZ 33.01 34.54 22.07 -
YUV 157.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 175 157 118 0 0.10 0.33 0.31 41.05 0.26 0.57
Hex AF 9D 76 0 A 21 1F 29 1A 39
Octal 257 235 166 0 12 41 37 51 32 71
Binary 10101111 10011101 1110110 0 1010 100001 11111 101001 11010 111001

Color Harmonies of #AF9D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D76

Black with #AF9D76

Text Example


Text Example

White with #AF9D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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