Html Css Color HEX #AC4D6C Royal Heath

📋 copy color: '#AC4D6C'

red 172 ◦ green 77 ◦ blue 108

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

Shades of Royal Heath #AC4D6C

Tints of Royal Heath #AC4D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 48.18%
G = 21.57%
B = 30.25%

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

#AC4D6C (or 0xAC4D6C) is known color: Royal Heath. HEX triplet: AC, 4D and 6C. RGB value is (172,77,108). Sum of RGB (Red+Green+Blue) = 172+77+108=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D6C is #53B293. Grayscale: #6C6C6C. Windows color (decimal): -5485204 or 7097772. OLE color: 7097772.

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

Color convert

RGB 172 77 108 -
CMYK 0 0.55 0.37 0.33
HSL 340.42º 0.38% 0.49% -
HSV(B) 340.42º 0.55% 0.67% -
XYZ 22.37 15.16 15.93 -
YUV 108.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 172 77 108 0 0.55 0.37 0.33 340.42 0.38 0.49
Hex AC 4D 6C 0 37 25 21 154 26 31
Octal 254 115 154 0 67 45 41 524 46 61
Binary 10101100 1001101 1101100 0 110111 100101 100001 101010100 100110 110001

Color Harmonies of #AC4D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D6C

Black with #AC4D6C

Text Example


Text Example

White with #AC4D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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