Html Css Color HEX #AF747E Tapestry

📋 copy color: '#AF747E'

red 175 ◦ green 116 ◦ blue 126

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

Shades of Tapestry #AF747E

Tints of Tapestry #AF747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 41.97%
G = 27.82%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF747E (or 0xAF747E) is known color: Tapestry. HEX triplet: AF, 74 and 7E. RGB value is (175,116,126). Sum of RGB (Red+Green+Blue) = 175+116+126=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747E is #508B81. Grayscale: #868686. Windows color (decimal): -5278594 or 8287407. OLE color: 8287407.

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

Color convert

RGB 175 116 126 -
CMYK 0 0.34 0.28 0.31
HSL 349.83º 0.27% 0.57% -
HSV(B) 349.83º 0.34% 0.69% -
XYZ 27.69 23.11 22.74 -
YUV 134.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 175 116 126 0 0.34 0.28 0.31 349.83 0.27 0.57
Hex AF 74 7E 0 22 1C 1F 15E 1B 39
Octal 257 164 176 0 42 34 37 536 33 71
Binary 10101111 1110100 1111110 0 100010 11100 11111 101011110 11011 111001

Color Harmonies of #AF747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF747E

Black with #AF747E

Text Example


Text Example

White with #AF747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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