Html Css Color HEX #AF6B8C Tapestry

📋 copy color: '#AF6B8C'

red 175 ◦ green 107 ◦ blue 140

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

Shades of Tapestry #AF6B8C

Tints of Tapestry #AF6B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 41.47%
G = 25.36%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF6B8C (or 0xAF6B8C) is known color: Tapestry. HEX triplet: AF, 6B and 8C. RGB value is (175,107,140). Sum of RGB (Red+Green+Blue) = 175+107+140=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B8C is #509473. Grayscale: #838383. Windows color (decimal): -5280884 or 9202607. OLE color: 9202607.

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

Color convert

RGB 175 107 140 -
CMYK 0 0.39 0.2 0.31
HSL 330.88º 0.3% 0.55% -
HSV(B) 330.88º 0.39% 0.69% -
XYZ 27.67 21.52 27.51 -
YUV 131.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 175 107 140 0 0.39 0.2 0.31 330.88 0.3 0.55
Hex AF 6B 8C 0 27 14 1F 14B 1E 37
Octal 257 153 214 0 47 24 37 513 36 67
Binary 10101111 1101011 10001100 0 100111 10100 11111 101001011 11110 110111

Color Harmonies of #AF6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B8C

Black with #AF6B8C

Text Example


Text Example

White with #AF6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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