Html Css Color HEX #A45472 Royal Heath

📋 copy color: '#A45472'

red 164 ◦ green 84 ◦ blue 114

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

Shades of Royal Heath #A45472

Tints of Royal Heath #A45472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 45.3%
G = 23.2%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A45472 (or 0xA45472) is known color: Royal Heath. HEX triplet: A4, 54 and 72. RGB value is (164,84,114). Sum of RGB (Red+Green+Blue) = 164+84+114=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A45472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45472 is #5BAB8D. Grayscale: #6F6F6F. Windows color (decimal): -6007694 or 7492772. OLE color: 7492772.

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

Color convert

RGB 164 84 114 -
CMYK 0 0.49 0.30 0.36
HSL 337.5º 0.32% 0.49% -
HSV(B) 337.5º 0.49% 0.64% -
XYZ 21.52 15.45 17.77 -
YUV 111.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 164 84 114 0 0.49 0.30 0.36 337.5 0.32 0.49
Hex A4 54 72 0 31 1E 24 152 20 31
Octal 244 124 162 0 61 36 44 522 40 61
Binary 10100100 1010100 1110010 0 110001 11110 100100 101010010 100000 110001

Color Harmonies of #A45472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45472

Black with #A45472

Text Example


Text Example

White with #A45472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45472; }

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

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

background-color css

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

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

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

border-color css

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

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

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