Html Css Color HEX #AF9E74 Tallow

📋 copy color: '#AF9E74'

red 175 ◦ green 158 ◦ blue 116

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

Shades of Tallow #AF9E74

Tints of Tallow #AF9E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.19%

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

R = 38.98%
G = 35.19%
B = 25.84%

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

#AF9E74 (or 0xAF9E74) is known color: Tallow. HEX triplet: AF, 9E and 74. RGB value is (175,158,116). Sum of RGB (Red+Green+Blue) = 175+158+116=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E74 is #50618B. Grayscale: #9E9E9E. Windows color (decimal): -5267852 or 7642799. OLE color: 7642799.

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

Color convert

RGB 175 158 116 -
CMYK 0 0.10 0.34 0.31
HSL 42.71º 0.27% 0.57% -
HSV(B) 42.71º 0.34% 0.69% -
XYZ 33.06 34.83 21.5 -
YUV 158.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 175 158 116 0 0.10 0.34 0.31 42.71 0.27 0.57
Hex AF 9E 74 0 A 22 1F 2B 1B 39
Octal 257 236 164 0 12 42 37 53 33 71
Binary 10101111 10011110 1110100 0 1010 100010 11111 101011 11011 111001

Color Harmonies of #AF9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E74

Black with #AF9E74

Text Example


Text Example

White with #AF9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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