Html Css Color HEX #AF6D7C Tapestry

📋 copy color: '#AF6D7C'

red 175 ◦ green 109 ◦ blue 124

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

Shades of Tapestry #AF6D7C

Tints of Tapestry #AF6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 42.89%
G = 26.72%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF6D7C (or 0xAF6D7C) is known color: Tapestry. HEX triplet: AF, 6D and 7C. RGB value is (175,109,124). Sum of RGB (Red+Green+Blue) = 175+109+124=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D7C is #509283. Grayscale: #828282. Windows color (decimal): -5280388 or 8154543. OLE color: 8154543.

HSL color Cylindrical-coordinate representation of color #AF6D7C: hue angle of 346.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D7C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 124 -
CMYK 0 0.38 0.29 0.31
HSL 346.36º 0.29% 0.56% -
HSV(B) 346.36º 0.38% 0.69% -
XYZ 26.79 21.51 21.81 -
YUV 130.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 175 109 124 0 0.38 0.29 0.31 346.36 0.29 0.56
Hex AF 6D 7C 0 26 1D 1F 15A 1D 38
Octal 257 155 174 0 46 35 37 532 35 70
Binary 10101111 1101101 1111100 0 100110 11101 11111 101011010 11101 111000

Color Harmonies of #AF6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D7C

Black with #AF6D7C

Text Example


Text Example

White with #AF6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D7C; }

 p { color: rgb(175,109,124); }

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

background-color css

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

 a { background-color: rgb(175,109,124); }

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

border-color css

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

 span { border-color: rgb(175,109,124); }

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