Html Css Color HEX #A4516E Royal Heath

📋 copy color: '#A4516E'

red 164 ◦ green 81 ◦ blue 110

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

Shades of Royal Heath #A4516E

Tints of Royal Heath #A4516E

RGB

 RED value IS 164 (64.45% from 255) = 46.2%

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 46.2%
G = 22.82%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4516E (or 0xA4516E) is known color: Royal Heath. HEX triplet: A4, 51 and 6E. RGB value is (164,81,110). Sum of RGB (Red+Green+Blue) = 164+81+110=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4516E is #5BAE91. Grayscale: #6D6D6D. Windows color (decimal): -6008466 or 7229860. OLE color: 7229860.

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

Color convert

RGB 164 81 110 -
CMYK 0 0.51 0.33 0.36
HSL 339.04º 0.34% 0.48% -
HSV(B) 339.04º 0.51% 0.64% -
XYZ 21.07 14.9 16.52 -
YUV 109.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 164 81 110 0 0.51 0.33 0.36 339.04 0.34 0.48
Hex A4 51 6E 0 33 21 24 153 22 30
Octal 244 121 156 0 63 41 44 523 42 60
Binary 10100100 1010001 1101110 0 110011 100001 100100 101010011 100010 110000

Color Harmonies of #A4516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4516E

Black with #A4516E

Text Example


Text Example

White with #A4516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4516E; }

 p { color: rgb(164,81,110); }

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

background-color css

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

 a { background-color: rgb(164,81,110); }

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

border-color css

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

 span { border-color: rgb(164,81,110); }

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