Html Css Color HEX #AC4C70 Royal Heath

📋 copy color: '#AC4C70'

red 172 ◦ green 76 ◦ blue 112

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

Shades of Royal Heath #AC4C70

Tints of Royal Heath #AC4C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 47.78%
G = 21.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4C70 (or 0xAC4C70) is known color: Royal Heath. HEX triplet: AC, 4C and 70. RGB value is (172,76,112). Sum of RGB (Red+Green+Blue) = 172+76+112=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C70 is #53B38F. Grayscale: #6C6C6C. Windows color (decimal): -5485456 or 7359660. OLE color: 7359660.

HSL color Cylindrical-coordinate representation of color #AC4C70: hue angle of 337.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C70 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 112 -
CMYK 0 0.56 0.35 0.33
HSL 337.5º 0.39% 0.49% -
HSV(B) 337.5º 0.56% 0.67% -
XYZ 22.52 15.11 17.06 -
YUV 108.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 172 76 112 0 0.56 0.35 0.33 337.5 0.39 0.49
Hex AC 4C 70 0 38 23 21 152 27 31
Octal 254 114 160 0 70 43 41 522 47 61
Binary 10101100 1001100 1110000 0 111000 100011 100001 101010010 100111 110001

Color Harmonies of #AC4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C70

Black with #AC4C70

Text Example


Text Example

White with #AC4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C70; }

 p { color: rgb(172,76,112); }

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

background-color css

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

 a { background-color: rgb(172,76,112); }

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

border-color css

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

 span { border-color: rgb(172,76,112); }

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