Html Css Color HEX #AC4074 Royal Heath

📋 copy color: '#AC4074'

red 172 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #AC4074

Tints of Royal Heath #AC4074

RGB

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

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

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

R = 48.86%
G = 18.18%
B = 32.95%

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

#AC4074 (or 0xAC4074) is known color: Royal Heath. HEX triplet: AC, 40 and 74. RGB value is (172,64,116). Sum of RGB (Red+Green+Blue) = 172+64+116=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4074 is #53BF8B. Grayscale: #666666. Windows color (decimal): -5488524 or 7618732. OLE color: 7618732.

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

Color convert

RGB 172 64 116 -
CMYK 0 0.63 0.33 0.33
HSL 331.11º 0.46% 0.46% -
HSV(B) 331.11º 0.63% 0.67% -
XYZ 22 13.7 18.01 -
YUV 102.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 172 64 116 0 0.63 0.33 0.33 331.11 0.46 0.46
Hex AC 40 74 0 3F 21 21 14B 2E 2E
Octal 254 100 164 0 77 41 41 513 56 56
Binary 10101100 1000000 1110100 0 111111 100001 100001 101001011 101110 101110

Color Harmonies of #AC4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4074

Black with #AC4074

Text Example


Text Example

White with #AC4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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