#AF627A

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

Shades of Tapestry #AF627A

Tints of Tapestry #AF627A

Color information

#AF627A (or 0xAF627A) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 7A. RGB value is (175,98,122). Sum of RGB (Red+Green+Blue) = 175+98+122=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF627A is #509D85. Grayscale: #7B7B7B. Windows color (decimal): -5283206 or 8020655. OLE color: 8020655.

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

Color convert

RGB17598122-
CMYK00.440.300.31
HSL341.3º32.49%53.53%-
HSV(B)341.3º44%68.63%-
XYZ25.5619.2520.78-
YUV123.76127.01164.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=44.30%
G=24.81%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759812200.440.300.31341.332.4953.53
HexAF627A02C1E1F1552036
Octal25714217205436375254066
Binary101011111100010111101001011001111011111101010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF627A; }

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

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

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

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

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

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

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

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