#AF628B

Color #AF628B Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AF628B

Tints of Tapestry #AF628B

Color information

#AF628B (or 0xAF628B) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 8B. RGB value is (175,98,139). Sum of RGB (Red+Green+Blue) = 175+98+139=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628B is #509D74. Grayscale: #7D7D7D. Windows color (decimal): -5283189 or 9134767. OLE color: 9134767.

HSL color Cylindrical-coordinate representation of color #AF628B: hue angle of 328.05º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF628B is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17598139-
CMYK00.440.210.31
HSL328.05º32.49%53.53%-
HSV(B)328.05º44%68.63%-
XYZ26.7119.7126.82-
YUV125.7135.51163.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=42.48%
G=23.79%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759813900.440.210.31328.0532.4953.53
HexAF628B02C151F1482036
Octal25714221305425375104066
Binary1010111111000101000101101011001010111111101001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF628B; }

 p { color: rgb(175,98,139); }

 H1.HeaderClassName
 {
   color: #AF628B;
 }
 .AnyTagClassName
 {
   color: #AF628B;
 }
</style>
background-color css

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

 a { background-color: rgb(175,98,139); }

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

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

 span { border-color: rgb(175,98,139); }

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