Html Css Color HEX #AC567A Royal Heath

📋 copy color: '#AC567A'

red 172 ◦ green 86 ◦ blue 122

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

Shades of Royal Heath #AC567A

Tints of Royal Heath #AC567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 45.26%
G = 22.63%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC567A (or 0xAC567A) is known color: Royal Heath. HEX triplet: AC, 56 and 7A. RGB value is (172,86,122). Sum of RGB (Red+Green+Blue) = 172+86+122=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC567A is #53A985. Grayscale: #737373. Windows color (decimal): -5482886 or 8017580. OLE color: 8017580.

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

Color convert

RGB 172 86 122 -
CMYK 0 0.5 0.29 0.33
HSL 334.88º 0.34% 0.51% -
HSV(B) 334.88º 0.5% 0.67% -
XYZ 23.85 16.83 20.4 -
YUV 115.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 172 86 122 0 0.5 0.29 0.33 334.88 0.34 0.51
Hex AC 56 7A 0 32 1D 21 14F 22 33
Octal 254 126 172 0 62 35 41 517 42 63
Binary 10101100 1010110 1111010 0 110010 11101 100001 101001111 100010 110011

Color Harmonies of #AC567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC567A

Black with #AC567A

Text Example


Text Example

White with #AC567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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