Html Css Color HEX #AC4073 Royal Heath

📋 copy color: '#AC4073'

red 172 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #AC4073

Tints of Royal Heath #AC4073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

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

R = 49%
G = 18.23%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC4073 (or 0xAC4073) is known color: Royal Heath. HEX triplet: AC, 40 and 73. RGB value is (172,64,115). Sum of RGB (Red+Green+Blue) = 172+64+115=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4073 is #53BF8C. Grayscale: #666666. Windows color (decimal): -5488525 or 7553196. OLE color: 7553196.

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

Color convert

RGB 172 64 115 -
CMYK 0 0.63 0.33 0.33
HSL 331.67º 0.46% 0.46% -
HSV(B) 331.67º 0.63% 0.67% -
XYZ 21.94 13.68 17.7 -
YUV 102.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 172 64 115 0 0.63 0.33 0.33 331.67 0.46 0.46
Hex AC 40 73 0 3F 21 21 14C 2E 2E
Octal 254 100 163 0 77 41 41 514 56 56
Binary 10101100 1000000 1110011 0 111111 100001 100001 101001100 101110 101110

Color Harmonies of #AC4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4073

Black with #AC4073

Text Example


Text Example

White with #AC4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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