Html Css Color HEX #AC607D Tapestry

📋 copy color: '#AC607D'

red 172 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #AC607D

Tints of Tapestry #AC607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

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

R = 43.77%
G = 24.43%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC607D (or 0xAC607D) is known color: Tapestry. HEX triplet: AC, 60 and 7D. RGB value is (172,96,125). Sum of RGB (Red+Green+Blue) = 172+96+125=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC607D is #539F82. Grayscale: #797979. Windows color (decimal): -5480323 or 8216748. OLE color: 8216748.

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

Color convert

RGB 172 96 125 -
CMYK 0 0.44 0.27 0.33
HSL 337.11º 0.31% 0.53% -
HSV(B) 337.11º 0.44% 0.67% -
XYZ 24.9 18.62 21.68 -
YUV 122.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 172 96 125 0 0.44 0.27 0.33 337.11 0.31 0.53
Hex AC 60 7D 0 2C 1B 21 151 1F 35
Octal 254 140 175 0 54 33 41 521 37 65
Binary 10101100 1100000 1111101 0 101100 11011 100001 101010001 11111 110101

Color Harmonies of #AC607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC607D

Black with #AC607D

Text Example


Text Example

White with #AC607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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