Html Css Color HEX #A45771 Royal Heath

📋 copy color: '#A45771'

red 164 ◦ green 87 ◦ blue 113

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

Shades of Royal Heath #A45771

Tints of Royal Heath #A45771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 45.05%
G = 23.9%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A45771 (or 0xA45771) is known color: Royal Heath. HEX triplet: A4, 57 and 71. RGB value is (164,87,113). Sum of RGB (Red+Green+Blue) = 164+87+113=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45771 is #5BA88E. Grayscale: #707070. Windows color (decimal): -6006927 or 7428004. OLE color: 7428004.

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

Color convert

RGB 164 87 113 -
CMYK 0 0.47 0.31 0.36
HSL 339.74º 0.31% 0.49% -
HSV(B) 339.74º 0.47% 0.64% -
XYZ 21.7 15.9 17.55 -
YUV 112.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 164 87 113 0 0.47 0.31 0.36 339.74 0.31 0.49
Hex A4 57 71 0 2F 1F 24 154 1F 31
Octal 244 127 161 0 57 37 44 524 37 61
Binary 10100100 1010111 1110001 0 101111 11111 100100 101010100 11111 110001

Color Harmonies of #A45771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45771

Black with #A45771

Text Example


Text Example

White with #A45771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45771; }

 p { color: rgb(164,87,113); }

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

background-color css

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

 a { background-color: rgb(164,87,113); }

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

border-color css

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

 span { border-color: rgb(164,87,113); }

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