Html Css Color HEX #AF6C84 Tapestry

📋 copy color: '#AF6C84'

red 175 ◦ green 108 ◦ blue 132

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

Shades of Tapestry #AF6C84

Tints of Tapestry #AF6C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 132 (51.95% from 255) = 31.81%

R = 42.17%
G = 26.02%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF6C84 (or 0xAF6C84) is known color: Tapestry. HEX triplet: AF, 6C and 84. RGB value is (175,108,132). Sum of RGB (Red+Green+Blue) = 175+108+132=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C84 is #50937B. Grayscale: #828282. Windows color (decimal): -5280636 or 8678575. OLE color: 8678575.

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

Color convert

RGB 175 108 132 -
CMYK 0 0.38 0.25 0.31
HSL 338.51º 0.3% 0.55% -
HSV(B) 338.51º 0.38% 0.69% -
XYZ 27.21 21.51 24.55 -
YUV 130.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 175 108 132 0 0.38 0.25 0.31 338.51 0.3 0.55
Hex AF 6C 84 0 26 19 1F 153 1E 37
Octal 257 154 204 0 46 31 37 523 36 67
Binary 10101111 1101100 10000100 0 100110 11001 11111 101010011 11110 110111

Color Harmonies of #AF6C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C84

Black with #AF6C84

Text Example


Text Example

White with #AF6C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C84; }

 p { color: rgb(175,108,132); }

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

background-color css

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

 a { background-color: rgb(175,108,132); }

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

border-color css

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

 span { border-color: rgb(175,108,132); }

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