Html Css Color HEX #A45172 Royal Heath

📋 copy color: '#A45172'

red 164 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #A45172

Tints of Royal Heath #A45172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

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

R = 45.68%
G = 22.56%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A45172 (or 0xA45172) is known color: Royal Heath. HEX triplet: A4, 51 and 72. RGB value is (164,81,114). Sum of RGB (Red+Green+Blue) = 164+81+114=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A45172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45172 is #5BAE8D. Grayscale: #6D6D6D. Windows color (decimal): -6008462 or 7492004. OLE color: 7492004.

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

Color convert

RGB 164 81 114 -
CMYK 0 0.51 0.30 0.36
HSL 336.14º 0.34% 0.48% -
HSV(B) 336.14º 0.51% 0.64% -
XYZ 21.29 14.99 17.69 -
YUV 109.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 164 81 114 0 0.51 0.30 0.36 336.14 0.34 0.48
Hex A4 51 72 0 33 1E 24 150 22 30
Octal 244 121 162 0 63 36 44 520 42 60
Binary 10100100 1010001 1110010 0 110011 11110 100100 101010000 100010 110000

Color Harmonies of #A45172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45172

Black with #A45172

Text Example


Text Example

White with #A45172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45172; }

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

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

background-color css

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

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

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

border-color css

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

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

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