Html Css Color HEX #A45370 Royal Heath

📋 copy color: '#A45370'

red 164 ◦ green 83 ◦ blue 112

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

Shades of Royal Heath #A45370

Tints of Royal Heath #A45370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 45.68%
G = 23.12%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A45370 (or 0xA45370) is known color: Royal Heath. HEX triplet: A4, 53 and 70. RGB value is (164,83,112). Sum of RGB (Red+Green+Blue) = 164+83+112=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A45370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45370 is #5BAC8F. Grayscale: #6E6E6E. Windows color (decimal): -6007952 or 7361444. OLE color: 7361444.

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

Color convert

RGB 164 83 112 -
CMYK 0 0.49 0.32 0.36
HSL 338.52º 0.33% 0.48% -
HSV(B) 338.52º 0.49% 0.64% -
XYZ 21.33 15.25 17.15 -
YUV 110.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 164 83 112 0 0.49 0.32 0.36 338.52 0.33 0.48
Hex A4 53 70 0 31 20 24 153 21 30
Octal 244 123 160 0 61 40 44 523 41 60
Binary 10100100 1010011 1110000 0 110001 100000 100100 101010011 100001 110000

Color Harmonies of #A45370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45370

Black with #A45370

Text Example


Text Example

White with #A45370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45370; }

 p { color: rgb(164,83,112); }

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

background-color css

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

 a { background-color: rgb(164,83,112); }

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

border-color css

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

 span { border-color: rgb(164,83,112); }

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