Html Css Color HEX #AC627D Tapestry

📋 copy color: '#AC627D'

red 172 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #AC627D

Tints of Tapestry #AC627D

RGB

 RED value IS 172 (67.58% from 255) = 43.54%

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

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

R = 43.54%
G = 24.81%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC627D (or 0xAC627D) is known color: Tapestry. HEX triplet: AC, 62 and 7D. RGB value is (172,98,125). Sum of RGB (Red+Green+Blue) = 172+98+125=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC627D is #539D82. Grayscale: #7B7B7B. Windows color (decimal): -5479811 or 8217260. OLE color: 8217260.

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

Color convert

RGB 172 98 125 -
CMYK 0 0.43 0.27 0.33
HSL 338.11º 0.31% 0.53% -
HSV(B) 338.11º 0.43% 0.67% -
XYZ 25.08 18.99 21.74 -
YUV 123.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 172 98 125 0 0.43 0.27 0.33 338.11 0.31 0.53
Hex AC 62 7D 0 2B 1B 21 152 1F 35
Octal 254 142 175 0 53 33 41 522 37 65
Binary 10101100 1100010 1111101 0 101011 11011 100001 101010010 11111 110101

Color Harmonies of #AC627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC627D

Black with #AC627D

Text Example


Text Example

White with #AC627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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