Html Css Color HEX #AC4870 Royal Heath

📋 copy color: '#AC4870'

red 172 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #AC4870

Tints of Royal Heath #AC4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 48.31%
G = 20.22%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4870 (or 0xAC4870) is known color: Royal Heath. HEX triplet: AC, 48 and 70. RGB value is (172,72,112). Sum of RGB (Red+Green+Blue) = 172+72+112=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4870 is #53B78F. Grayscale: #6A6A6A. Windows color (decimal): -5486480 or 7358636. OLE color: 7358636.

HSL color Cylindrical-coordinate representation of color #AC4870: hue angle of 336º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4870 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 112 -
CMYK 0 0.58 0.35 0.33
HSL 336º 0.41% 0.48% -
HSV(B) 336º 0.58% 0.67% -
XYZ 22.26 14.58 16.97 -
YUV 106.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 172 72 112 0 0.58 0.35 0.33 336 0.41 0.48
Hex AC 48 70 0 3A 23 21 150 29 30
Octal 254 110 160 0 72 43 41 520 51 60
Binary 10101100 1001000 1110000 0 111010 100011 100001 101010000 101001 110000

Color Harmonies of #AC4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4870

Black with #AC4870

Text Example


Text Example

White with #AC4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4870; }

 p { color: rgb(172,72,112); }

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

background-color css

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

 a { background-color: rgb(172,72,112); }

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

border-color css

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

 span { border-color: rgb(172,72,112); }

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