Html Css Color HEX #AD627D Tapestry

📋 copy color: '#AD627D'

red 173 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #AD627D

Tints of Tapestry #AD627D

RGB

 RED value IS 173 (67.97% from 255) = 43.69%

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 43.69%
G = 24.75%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD627D (or 0xAD627D) is known color: Tapestry. HEX triplet: AD, 62 and 7D. RGB value is (173,98,125). Sum of RGB (Red+Green+Blue) = 173+98+125=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD627D is #529D82. Grayscale: #7B7B7B. Windows color (decimal): -5414275 or 8217261. OLE color: 8217261.

HSL color Cylindrical-coordinate representation of color #AD627D: hue angle of 338.4º 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 #AD627D is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 98 125 -
CMYK 0 0.43 0.28 0.32
HSL 338.4º 0.31% 0.53% -
HSV(B) 338.4º 0.43% 0.68% -
XYZ 25.3 19.1 21.76 -
YUV 123.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 173 98 125 0 0.43 0.28 0.32 338.4 0.31 0.53
Hex AD 62 7D 0 2B 1C 20 152 1F 35
Octal 255 142 175 0 53 34 40 522 37 65
Binary 10101101 1100010 1111101 0 101011 11100 100000 101010010 11111 110101

Color Harmonies of #AD627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD627D

Black with #AD627D

Text Example


Text Example

White with #AD627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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