Html Css Color HEX #AC4C6D Royal Heath

📋 copy color: '#AC4C6D'

red 172 ◦ green 76 ◦ blue 109

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

Shades of Royal Heath #AC4C6D

Tints of Royal Heath #AC4C6D

RGB

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

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

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

R = 48.18%
G = 21.29%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC4C6D (or 0xAC4C6D) is known color: Royal Heath. HEX triplet: AC, 4C and 6D. RGB value is (172,76,109). Sum of RGB (Red+Green+Blue) = 172+76+109=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C6D is #53B392. Grayscale: #6C6C6C. Windows color (decimal): -5485459 or 7163052. OLE color: 7163052.

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

Color convert

RGB 172 76 109 -
CMYK 0 0.56 0.37 0.33
HSL 339.38º 0.39% 0.49% -
HSV(B) 339.38º 0.56% 0.67% -
XYZ 22.36 15.04 16.19 -
YUV 108.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 172 76 109 0 0.56 0.37 0.33 339.38 0.39 0.49
Hex AC 4C 6D 0 38 25 21 153 27 31
Octal 254 114 155 0 70 45 41 523 47 61
Binary 10101100 1001100 1101101 0 111000 100101 100001 101010011 100111 110001

Color Harmonies of #AC4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C6D

Black with #AC4C6D

Text Example


Text Example

White with #AC4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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