Html Css Color HEX #AC607A Tapestry

📋 copy color: '#AC607A'

red 172 ◦ green 96 ◦ blue 122

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

Shades of Tapestry #AC607A

Tints of Tapestry #AC607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 44.1%
G = 24.62%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC607A (or 0xAC607A) is known color: Tapestry. HEX triplet: AC, 60 and 7A. RGB value is (172,96,122). Sum of RGB (Red+Green+Blue) = 172+96+122=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC607A is #539F85. Grayscale: #797979. Windows color (decimal): -5480326 or 8020140. OLE color: 8020140.

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

Color convert

RGB 172 96 122 -
CMYK 0 0.44 0.29 0.33
HSL 339.47º 0.31% 0.53% -
HSV(B) 339.47º 0.44% 0.67% -
XYZ 24.71 18.54 20.69 -
YUV 121.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 172 96 122 0 0.44 0.29 0.33 339.47 0.31 0.53
Hex AC 60 7A 0 2C 1D 21 153 1F 35
Octal 254 140 172 0 54 35 41 523 37 65
Binary 10101100 1100000 1111010 0 101100 11101 100001 101010011 11111 110101

Color Harmonies of #AC607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC607A

Black with #AC607A

Text Example


Text Example

White with #AC607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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