Html Css Color HEX #A45070 Royal Heath

📋 copy color: '#A45070'

red 164 ◦ green 80 ◦ blue 112

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

Shades of Royal Heath #A45070

Tints of Royal Heath #A45070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 46.07%
G = 22.47%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A45070 (or 0xA45070) is known color: Royal Heath. HEX triplet: A4, 50 and 70. RGB value is (164,80,112). Sum of RGB (Red+Green+Blue) = 164+80+112=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A45070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45070 is #5BAF8F. Grayscale: #6C6C6C. Windows color (decimal): -6008720 or 7360676. OLE color: 7360676.

HSL color Cylindrical-coordinate representation of color #A45070: hue angle of 337.14º 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 #A45070 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 112 -
CMYK 0 0.51 0.32 0.36
HSL 337.14º 0.34% 0.48% -
HSV(B) 337.14º 0.51% 0.64% -
XYZ 21.1 14.8 17.07 -
YUV 108.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 164 80 112 0 0.51 0.32 0.36 337.14 0.34 0.48
Hex A4 50 70 0 33 20 24 151 22 30
Octal 244 120 160 0 63 40 44 521 42 60
Binary 10100100 1010000 1110000 0 110011 100000 100100 101010001 100010 110000

Color Harmonies of #A45070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45070

Black with #A45070

Text Example


Text Example

White with #A45070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45070; }

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

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

background-color css

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

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

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

border-color css

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

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

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