Html Css Color HEX #A24575 Royal Heath

📋 copy color: '#A24575'

red 162 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #A24575

Tints of Royal Heath #A24575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 46.55%
G = 19.83%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24575 (or 0xA24575) is known color: Royal Heath. HEX triplet: A2, 45 and 75. RGB value is (162,69,117). Sum of RGB (Red+Green+Blue) = 162+69+117=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24575 is #5DBA8A. Grayscale: #666666. Windows color (decimal): -6142603 or 7685538. OLE color: 7685538.

HSL color Cylindrical-coordinate representation of color #A24575: hue angle of 329.03º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24575 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 69 117 -
CMYK 0 0.57 0.28 0.36
HSL 329.03º 0.4% 0.45% -
HSV(B) 329.03º 0.57% 0.64% -
XYZ 20.24 13.22 18.31 -
YUV 102.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 162 69 117 0 0.57 0.28 0.36 329.03 0.4 0.45
Hex A2 45 75 0 39 1C 24 149 28 2D
Octal 242 105 165 0 71 34 44 511 50 55
Binary 10100010 1000101 1110101 0 111001 11100 100100 101001001 101000 101101

Color Harmonies of #A24575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24575

Black with #A24575

Text Example


Text Example

White with #A24575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24575; }

 p { color: rgb(162,69,117); }

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

background-color css

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

 a { background-color: rgb(162,69,117); }

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

border-color css

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

 span { border-color: rgb(162,69,117); }

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