Html Css Color HEX #AC567F Royal Heath

📋 copy color: '#AC567F'

red 172 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #AC567F

Tints of Royal Heath #AC567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 44.68%
G = 22.34%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC567F (or 0xAC567F) is known color: Royal Heath. HEX triplet: AC, 56 and 7F. RGB value is (172,86,127). Sum of RGB (Red+Green+Blue) = 172+86+127=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC567F is #53A980. Grayscale: #747474. Windows color (decimal): -5482881 or 8345260. OLE color: 8345260.

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

Color convert

RGB 172 86 127 -
CMYK 0 0.5 0.26 0.33
HSL 331.4º 0.34% 0.51% -
HSV(B) 331.4º 0.5% 0.67% -
XYZ 24.17 16.96 22.08 -
YUV 116.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 172 86 127 0 0.5 0.26 0.33 331.4 0.34 0.51
Hex AC 56 7F 0 32 1A 21 14B 22 33
Octal 254 126 177 0 62 32 41 513 42 63
Binary 10101100 1010110 1111111 0 110010 11010 100001 101001011 100010 110011

Color Harmonies of #AC567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC567F

Black with #AC567F

Text Example


Text Example

White with #AC567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC567F; }

 p { color: rgb(172,86,127); }

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

background-color css

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

 a { background-color: rgb(172,86,127); }

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

border-color css

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

 span { border-color: rgb(172,86,127); }

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