Html Css Color HEX #AC4374 Royal Heath

📋 copy color: '#AC4374'

red 172 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #AC4374

Tints of Royal Heath #AC4374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 48.45%
G = 18.87%
B = 32.68%

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

#AC4374 (or 0xAC4374) is known color: Royal Heath. HEX triplet: AC, 43 and 74. RGB value is (172,67,116). Sum of RGB (Red+Green+Blue) = 172+67+116=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4374 is #53BC8B. Grayscale: #676767. Windows color (decimal): -5487756 or 7619500. OLE color: 7619500.

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

Color convert

RGB 172 67 116 -
CMYK 0 0.61 0.33 0.33
HSL 332º 0.44% 0.47% -
HSV(B) 332º 0.61% 0.67% -
XYZ 22.17 14.05 18.07 -
YUV 103.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 172 67 116 0 0.61 0.33 0.33 332 0.44 0.47
Hex AC 43 74 0 3D 21 21 14C 2C 2F
Octal 254 103 164 0 75 41 41 514 54 57
Binary 10101100 1000011 1110100 0 111101 100001 100001 101001100 101100 101111

Color Harmonies of #AC4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4374

Black with #AC4374

Text Example


Text Example

White with #AC4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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