Html Css Color HEX #AC5B7C Royal Heath

📋 copy color: '#AC5B7C'

red 172 ◦ green 91 ◦ blue 124

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

Shades of Royal Heath #AC5B7C

Tints of Royal Heath #AC5B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 44.44%
G = 23.51%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC5B7C (or 0xAC5B7C) is known color: Royal Heath. HEX triplet: AC, 5B and 7C. RGB value is (172,91,124). Sum of RGB (Red+Green+Blue) = 172+91+124=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B7C is #53A483. Grayscale: #767676. Windows color (decimal): -5481604 or 8149932. OLE color: 8149932.

HSL color Cylindrical-coordinate representation of color #AC5B7C: hue angle of 335.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5B7C is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 91 124 -
CMYK 0 0.47 0.28 0.33
HSL 335.56º 0.33% 0.52% -
HSV(B) 335.56º 0.47% 0.67% -
XYZ 24.39 17.71 21.2 -
YUV 118.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 172 91 124 0 0.47 0.28 0.33 335.56 0.33 0.52
Hex AC 5B 7C 0 2F 1C 21 150 21 34
Octal 254 133 174 0 57 34 41 520 41 64
Binary 10101100 1011011 1111100 0 101111 11100 100001 101010000 100001 110100

Color Harmonies of #AC5B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B7C

Black with #AC5B7C

Text Example


Text Example

White with #AC5B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B7C; }

 p { color: rgb(172,91,124); }

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

background-color css

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

 a { background-color: rgb(172,91,124); }

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

border-color css

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

 span { border-color: rgb(172,91,124); }

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