Html Css Color HEX #AC4373 Royal Heath

📋 copy color: '#AC4373'

red 172 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #AC4373

Tints of Royal Heath #AC4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 48.59%
G = 18.93%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC4373 (or 0xAC4373) is known color: Royal Heath. HEX triplet: AC, 43 and 73. RGB value is (172,67,115). Sum of RGB (Red+Green+Blue) = 172+67+115=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4373 is #53BC8C. Grayscale: #676767. Windows color (decimal): -5487757 or 7553964. OLE color: 7553964.

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

Color convert

RGB 172 67 115 -
CMYK 0 0.61 0.33 0.33
HSL 332.57º 0.44% 0.47% -
HSV(B) 332.57º 0.61% 0.67% -
XYZ 22.11 14.02 17.76 -
YUV 103.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 172 67 115 0 0.61 0.33 0.33 332.57 0.44 0.47
Hex AC 43 73 0 3D 21 21 14D 2C 2F
Octal 254 103 163 0 75 41 41 515 54 57
Binary 10101100 1000011 1110011 0 111101 100001 100001 101001101 101100 101111

Color Harmonies of #AC4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4373

Black with #AC4373

Text Example


Text Example

White with #AC4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4373; }

 p { color: rgb(172,67,115); }

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

background-color css

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

 a { background-color: rgb(172,67,115); }

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

border-color css

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

 span { border-color: rgb(172,67,115); }

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