Html Css Color HEX #AC4C6B Royal Heath

📋 copy color: '#AC4C6B'

red 172 ◦ green 76 ◦ blue 107

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

Shades of Royal Heath #AC4C6B

Tints of Royal Heath #AC4C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 48.45%
G = 21.41%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC4C6B (or 0xAC4C6B) is known color: Royal Heath. HEX triplet: AC, 4C and 6B. RGB value is (172,76,107). Sum of RGB (Red+Green+Blue) = 172+76+107=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C6B is #53B394. Grayscale: #6C6C6C. Windows color (decimal): -5485461 or 7031980. OLE color: 7031980.

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

Color convert

RGB 172 76 107 -
CMYK 0 0.56 0.38 0.33
HSL 340.63º 0.39% 0.49% -
HSV(B) 340.63º 0.56% 0.67% -
XYZ 22.25 15 15.63 -
YUV 108.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 172 76 107 0 0.56 0.38 0.33 340.63 0.39 0.49
Hex AC 4C 6B 0 38 26 21 155 27 31
Octal 254 114 153 0 70 46 41 525 47 61
Binary 10101100 1001100 1101011 0 111000 100110 100001 101010101 100111 110001

Color Harmonies of #AC4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C6B

Black with #AC4C6B

Text Example


Text Example

White with #AC4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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