Html Css Color HEX #AF9F74 Tallow

📋 copy color: '#AF9F74'

red 175 ◦ green 159 ◦ blue 116

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

Shades of Tallow #AF9F74

Tints of Tallow #AF9F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 38.89%
G = 35.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF9F74 (or 0xAF9F74) is known color: Tallow. HEX triplet: AF, 9F and 74. RGB value is (175,159,116). Sum of RGB (Red+Green+Blue) = 175+159+116=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F74 is #50608B. Grayscale: #9F9F9F. Windows color (decimal): -5267596 or 7643055. OLE color: 7643055.

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

Color convert

RGB 175 159 116 -
CMYK 0 0.09 0.34 0.31
HSL 43.73º 0.27% 0.57% -
HSV(B) 43.73º 0.34% 0.69% -
XYZ 33.23 35.17 21.56 -
YUV 158.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 175 159 116 0 0.09 0.34 0.31 43.73 0.27 0.57
Hex AF 9F 74 0 9 22 1F 2C 1B 39
Octal 257 237 164 0 11 42 37 54 33 71
Binary 10101111 10011111 1110100 0 1001 100010 11111 101100 11011 111001

Color Harmonies of #AF9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F74

Black with #AF9F74

Text Example


Text Example

White with #AF9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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