Html Css Color HEX #AC4675 Royal Heath

📋 copy color: '#AC4675'

red 172 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #AC4675

Tints of Royal Heath #AC4675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 47.91%
G = 19.5%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC4675 (or 0xAC4675) is known color: Royal Heath. HEX triplet: AC, 46 and 75. RGB value is (172,70,117). Sum of RGB (Red+Green+Blue) = 172+70+117=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4675 is #53B98A. Grayscale: #696969. Windows color (decimal): -5486987 or 7685804. OLE color: 7685804.

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

Color convert

RGB 172 70 117 -
CMYK 0 0.59 0.32 0.33
HSL 332.35º 0.42% 0.47% -
HSV(B) 332.35º 0.59% 0.67% -
XYZ 22.41 14.44 18.43 -
YUV 105.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 172 70 117 0 0.59 0.32 0.33 332.35 0.42 0.47
Hex AC 46 75 0 3B 20 21 14C 2A 2F
Octal 254 106 165 0 73 40 41 514 52 57
Binary 10101100 1000110 1110101 0 111011 100000 100001 101001100 101010 101111

Color Harmonies of #AC4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4675

Black with #AC4675

Text Example


Text Example

White with #AC4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4675; }

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

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

background-color css

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

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

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

border-color css

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

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

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