Html Css Color HEX #AC5C75 Royal Heath

📋 copy color: '#AC5C75'

red 172 ◦ green 92 ◦ blue 117

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

Shades of Royal Heath #AC5C75

Tints of Royal Heath #AC5C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

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

R = 45.14%
G = 24.15%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC5C75 (or 0xAC5C75) is known color: Royal Heath. HEX triplet: AC, 5C and 75. RGB value is (172,92,117). Sum of RGB (Red+Green+Blue) = 172+92+117=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C75 is #53A38A. Grayscale: #767676. Windows color (decimal): -5481355 or 7691436. OLE color: 7691436.

HSL color Cylindrical-coordinate representation of color #AC5C75: hue angle of 341.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C75 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 117 -
CMYK 0 0.47 0.32 0.33
HSL 341.25º 0.33% 0.52% -
HSV(B) 341.25º 0.47% 0.67% -
XYZ 24.05 17.71 18.98 -
YUV 118.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 172 92 117 0 0.47 0.32 0.33 341.25 0.33 0.52
Hex AC 5C 75 0 2F 20 21 155 21 34
Octal 254 134 165 0 57 40 41 525 41 64
Binary 10101100 1011100 1110101 0 101111 100000 100001 101010101 100001 110100

Color Harmonies of #AC5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C75

Black with #AC5C75

Text Example


Text Example

White with #AC5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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