Html Css Color HEX #AC607B Tapestry

📋 copy color: '#AC607B'

red 172 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #AC607B

Tints of Tapestry #AC607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 43.99%
G = 24.55%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC607B (or 0xAC607B) is known color: Tapestry. HEX triplet: AC, 60 and 7B. RGB value is (172,96,123). Sum of RGB (Red+Green+Blue) = 172+96+123=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC607B is #539F84. Grayscale: #797979. Windows color (decimal): -5480325 or 8085676. OLE color: 8085676.

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

Color convert

RGB 172 96 123 -
CMYK 0 0.44 0.28 0.33
HSL 338.68º 0.31% 0.53% -
HSV(B) 338.68º 0.44% 0.67% -
XYZ 24.77 18.57 21.02 -
YUV 121.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 172 96 123 0 0.44 0.28 0.33 338.68 0.31 0.53
Hex AC 60 7B 0 2C 1C 21 153 1F 35
Octal 254 140 173 0 54 34 41 523 37 65
Binary 10101100 1100000 1111011 0 101100 11100 100001 101010011 11111 110101

Color Harmonies of #AC607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC607B

Black with #AC607B

Text Example


Text Example

White with #AC607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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