#AD628A

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

Shades of Tapestry #AD628A

Tints of Tapestry #AD628A

Color information

#AD628A (or 0xAD628A) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 8A. RGB value is (173,98,138). Sum of RGB (Red+Green+Blue) = 173+98+138=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD628A is #529D75. Grayscale: #7C7C7C. Windows color (decimal): -5414262 or 9069229. OLE color: 9069229.

HSL color Cylindrical-coordinate representation of color #AD628A: hue angle of 328º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD628A is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17398138-
CMYK00.430.200.32
HSL328º31.38%53.14%-
HSV(B)328º43.35%67.84%-
XYZ26.1919.4526.42-
YUV124.98135.35162.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=42.30%
G=23.96%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739813800.430.200.3232831.3853.14
HexAD628A02B14201481f35
Octal25514221205324405103765
Binary1010110111000101000101001010111010010000010100100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD628A; }

 p { color: rgb(173,98,138); }

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

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

 a { background-color: rgb(173,98,138); }

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

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

 span { border-color: rgb(173,98,138); }

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