Html Css Color HEX #AC5C7B Royal Heath

📋 copy color: '#AC5C7B'

red 172 ◦ green 92 ◦ blue 123

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

Shades of Royal Heath #AC5C7B

Tints of Royal Heath #AC5C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 44.44%
G = 23.77%
B = 31.78%

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

#AC5C7B (or 0xAC5C7B) is known color: Royal Heath. HEX triplet: AC, 5C and 7B. RGB value is (172,92,123). Sum of RGB (Red+Green+Blue) = 172+92+123=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C7B is #53A384. Grayscale: #777777. Windows color (decimal): -5481349 or 8084652. OLE color: 8084652.

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

Color convert

RGB 172 92 123 -
CMYK 0 0.47 0.28 0.33
HSL 336.75º 0.33% 0.52% -
HSV(B) 336.75º 0.47% 0.67% -
XYZ 24.42 17.86 20.9 -
YUV 119.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 172 92 123 0 0.47 0.28 0.33 336.75 0.33 0.52
Hex AC 5C 7B 0 2F 1C 21 151 21 34
Octal 254 134 173 0 57 34 41 521 41 64
Binary 10101100 1011100 1111011 0 101111 11100 100001 101010001 100001 110100

Color Harmonies of #AC5C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C7B

Black with #AC5C7B

Text Example


Text Example

White with #AC5C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C7B; }

 p { color: rgb(172,92,123); }

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

background-color css

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

 a { background-color: rgb(172,92,123); }

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

border-color css

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

 span { border-color: rgb(172,92,123); }

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