Html Css Color HEX #AC4670 Royal Heath

📋 copy color: '#AC4670'

red 172 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #AC4670

Tints of Royal Heath #AC4670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

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

R = 48.59%
G = 19.77%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4670 (or 0xAC4670) is known color: Royal Heath. HEX triplet: AC, 46 and 70. RGB value is (172,70,112). Sum of RGB (Red+Green+Blue) = 172+70+112=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4670 is #53B98F. Grayscale: #696969. Windows color (decimal): -5486992 or 7358124. OLE color: 7358124.

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

Color convert

RGB 172 70 112 -
CMYK 0 0.59 0.35 0.33
HSL 335.29º 0.42% 0.47% -
HSV(B) 335.29º 0.59% 0.67% -
XYZ 22.13 14.32 16.93 -
YUV 105.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 172 70 112 0 0.59 0.35 0.33 335.29 0.42 0.47
Hex AC 46 70 0 3B 23 21 14F 2A 2F
Octal 254 106 160 0 73 43 41 517 52 57
Binary 10101100 1000110 1110000 0 111011 100011 100001 101001111 101010 101111

Color Harmonies of #AC4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4670

Black with #AC4670

Text Example


Text Example

White with #AC4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4670; }

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

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

background-color css

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

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

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

border-color css

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

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

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