Html Css Color HEX #AF6E7B Tapestry

📋 copy color: '#AF6E7B'

red 175 ◦ green 110 ◦ blue 123

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

Shades of Tapestry #AF6E7B

Tints of Tapestry #AF6E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.96%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 42.89%
G = 26.96%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF6E7B (or 0xAF6E7B) is known color: Tapestry. HEX triplet: AF, 6E and 7B. RGB value is (175,110,123). Sum of RGB (Red+Green+Blue) = 175+110+123=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E7B is #509184. Grayscale: #828282. Windows color (decimal): -5280133 or 8089263. OLE color: 8089263.

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

Color convert

RGB 175 110 123 -
CMYK 0 0.37 0.30 0.31
HSL 348º 0.29% 0.56% -
HSV(B) 348º 0.37% 0.69% -
XYZ 26.83 21.7 21.51 -
YUV 130.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 175 110 123 0 0.37 0.30 0.31 348 0.29 0.56
Hex AF 6E 7B 0 25 1E 1F 15C 1D 38
Octal 257 156 173 0 45 36 37 534 35 70
Binary 10101111 1101110 1111011 0 100101 11110 11111 101011100 11101 111000

Color Harmonies of #AF6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E7B

Black with #AF6E7B

Text Example


Text Example

White with #AF6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E7B; }

 p { color: rgb(175,110,123); }

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

background-color css

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

 a { background-color: rgb(175,110,123); }

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

border-color css

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

 span { border-color: rgb(175,110,123); }

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