Html Css Color HEX #A24973 Royal Heath

📋 copy color: '#A24973'

red 162 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #A24973

Tints of Royal Heath #A24973

RGB

 RED value IS 162 (63.67% from 255) = 46.29%

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 46.29%
G = 20.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A24973 (or 0xA24973) is known color: Royal Heath. HEX triplet: A2, 49 and 73. RGB value is (162,73,115). Sum of RGB (Red+Green+Blue) = 162+73+115=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24973 is #5DB68C. Grayscale: #686868. Windows color (decimal): -6141581 or 7555490. OLE color: 7555490.

HSL color Cylindrical-coordinate representation of color #A24973: hue angle of 331.69º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24973 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 115 -
CMYK 0 0.55 0.29 0.36
HSL 331.69º 0.38% 0.46% -
HSV(B) 331.69º 0.55% 0.64% -
XYZ 20.38 13.68 17.79 -
YUV 104.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 162 73 115 0 0.55 0.29 0.36 331.69 0.38 0.46
Hex A2 49 73 0 37 1D 24 14C 26 2E
Octal 242 111 163 0 67 35 44 514 46 56
Binary 10100010 1001001 1110011 0 110111 11101 100100 101001100 100110 101110

Color Harmonies of #A24973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24973

Black with #A24973

Text Example


Text Example

White with #A24973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24973; }

 p { color: rgb(162,73,115); }

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

background-color css

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

 a { background-color: rgb(162,73,115); }

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

border-color css

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

 span { border-color: rgb(162,73,115); }

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