Html Css Color HEX #AF6B86 Tapestry

📋 copy color: '#AF6B86'

red 175 ◦ green 107 ◦ blue 134

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

Shades of Tapestry #AF6B86

Tints of Tapestry #AF6B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 42.07%
G = 25.72%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF6B86 (or 0xAF6B86) is known color: Tapestry. HEX triplet: AF, 6B and 86. RGB value is (175,107,134). Sum of RGB (Red+Green+Blue) = 175+107+134=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B86 is #509479. Grayscale: #828282. Windows color (decimal): -5280890 or 8809391. OLE color: 8809391.

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

Color convert

RGB 175 107 134 -
CMYK 0 0.39 0.23 0.31
HSL 336.18º 0.3% 0.55% -
HSV(B) 336.18º 0.39% 0.69% -
XYZ 27.24 21.35 25.24 -
YUV 130.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 175 107 134 0 0.39 0.23 0.31 336.18 0.3 0.55
Hex AF 6B 86 0 27 17 1F 150 1E 37
Octal 257 153 206 0 47 27 37 520 36 67
Binary 10101111 1101011 10000110 0 100111 10111 11111 101010000 11110 110111

Color Harmonies of #AF6B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B86

Black with #AF6B86

Text Example


Text Example

White with #AF6B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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