Html Css Color HEX #A45572 Royal Heath

📋 copy color: '#A45572'

red 164 ◦ green 85 ◦ blue 114

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

Shades of Royal Heath #A45572

Tints of Royal Heath #A45572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 45.18%
G = 23.42%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A45572 (or 0xA45572) is known color: Royal Heath. HEX triplet: A4, 55 and 72. RGB value is (164,85,114). Sum of RGB (Red+Green+Blue) = 164+85+114=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A45572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45572 is #5BAA8D. Grayscale: #6F6F6F. Windows color (decimal): -6007438 or 7493028. OLE color: 7493028.

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

Color convert

RGB 164 85 114 -
CMYK 0 0.48 0.30 0.36
HSL 337.97º 0.32% 0.49% -
HSV(B) 337.97º 0.48% 0.64% -
XYZ 21.6 15.6 17.79 -
YUV 111.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 164 85 114 0 0.48 0.30 0.36 337.97 0.32 0.49
Hex A4 55 72 0 30 1E 24 152 20 31
Octal 244 125 162 0 60 36 44 522 40 61
Binary 10100100 1010101 1110010 0 110000 11110 100100 101010010 100000 110001

Color Harmonies of #A45572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45572

Black with #A45572

Text Example


Text Example

White with #A45572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45572; }

 p { color: rgb(164,85,114); }

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

background-color css

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

 a { background-color: rgb(164,85,114); }

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

border-color css

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

 span { border-color: rgb(164,85,114); }

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