Html Css Color HEX #AC4D6D Royal Heath

📋 copy color: '#AC4D6D'

red 172 ◦ green 77 ◦ blue 109

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

Shades of Royal Heath #AC4D6D

Tints of Royal Heath #AC4D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 48.04%
G = 21.51%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC4D6D (or 0xAC4D6D) is known color: Royal Heath. HEX triplet: AC, 4D and 6D. RGB value is (172,77,109). Sum of RGB (Red+Green+Blue) = 172+77+109=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D6D is #53B292. Grayscale: #6D6D6D. Windows color (decimal): -5485203 or 7163308. OLE color: 7163308.

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

Color convert

RGB 172 77 109 -
CMYK 0 0.55 0.37 0.33
HSL 339.79º 0.38% 0.49% -
HSV(B) 339.79º 0.55% 0.67% -
XYZ 22.43 15.18 16.22 -
YUV 109.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 172 77 109 0 0.55 0.37 0.33 339.79 0.38 0.49
Hex AC 4D 6D 0 37 25 21 154 26 31
Octal 254 115 155 0 67 45 41 524 46 61
Binary 10101100 1001101 1101101 0 110111 100101 100001 101010100 100110 110001

Color Harmonies of #AC4D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D6D

Black with #AC4D6D

Text Example


Text Example

White with #AC4D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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