Html Css Color HEX #AC4D70 Royal Heath

📋 copy color: '#AC4D70'

red 172 ◦ green 77 ◦ blue 112

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

Shades of Royal Heath #AC4D70

Tints of Royal Heath #AC4D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

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

R = 47.65%
G = 21.33%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4D70 (or 0xAC4D70) is known color: Royal Heath. HEX triplet: AC, 4D and 70. RGB value is (172,77,112). Sum of RGB (Red+Green+Blue) = 172+77+112=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D70 is #53B28F. Grayscale: #6D6D6D. Windows color (decimal): -5485200 or 7359916. OLE color: 7359916.

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

Color convert

RGB 172 77 112 -
CMYK 0 0.55 0.35 0.33
HSL 337.89º 0.38% 0.49% -
HSV(B) 337.89º 0.55% 0.67% -
XYZ 22.59 15.25 17.08 -
YUV 109.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 172 77 112 0 0.55 0.35 0.33 337.89 0.38 0.49
Hex AC 4D 70 0 37 23 21 152 26 31
Octal 254 115 160 0 67 43 41 522 46 61
Binary 10101100 1001101 1110000 0 110111 100011 100001 101010010 100110 110001

Color Harmonies of #AC4D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D70

Black with #AC4D70

Text Example


Text Example

White with #AC4D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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