Html Css Color HEX #AF6B7C Tapestry

📋 copy color: '#AF6B7C'

red 175 ◦ green 107 ◦ blue 124

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

Shades of Tapestry #AF6B7C

Tints of Tapestry #AF6B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 43.1%
G = 26.35%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF6B7C (or 0xAF6B7C) is known color: Tapestry. HEX triplet: AF, 6B and 7C. RGB value is (175,107,124). Sum of RGB (Red+Green+Blue) = 175+107+124=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B7C is #509483. Grayscale: #818181. Windows color (decimal): -5280900 or 8154031. OLE color: 8154031.

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

Color convert

RGB 175 107 124 -
CMYK 0 0.39 0.29 0.31
HSL 345º 0.3% 0.55% -
HSV(B) 345º 0.39% 0.69% -
XYZ 26.57 21.08 21.74 -
YUV 129.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 175 107 124 0 0.39 0.29 0.31 345 0.3 0.55
Hex AF 6B 7C 0 27 1D 1F 159 1E 37
Octal 257 153 174 0 47 35 37 531 36 67
Binary 10101111 1101011 1111100 0 100111 11101 11111 101011001 11110 110111

Color Harmonies of #AF6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B7C

Black with #AF6B7C

Text Example


Text Example

White with #AF6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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