Html Css Color HEX #A45879 Royal Heath

📋 copy color: '#A45879'

red 164 ◦ green 88 ◦ blue 121

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

Shades of Royal Heath #A45879

Tints of Royal Heath #A45879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 43.97%
G = 23.59%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A45879 (or 0xA45879) is known color: Royal Heath. HEX triplet: A4, 58 and 79. RGB value is (164,88,121). Sum of RGB (Red+Green+Blue) = 164+88+121=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A45879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45879 is #5BA786. Grayscale: #727272. Windows color (decimal): -6006663 or 7952548. OLE color: 7952548.

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

Color convert

RGB 164 88 121 -
CMYK 0 0.46 0.26 0.36
HSL 333.95º 0.3% 0.49% -
HSV(B) 333.95º 0.46% 0.64% -
XYZ 22.25 16.25 20.05 -
YUV 114.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 164 88 121 0 0.46 0.26 0.36 333.95 0.3 0.49
Hex A4 58 79 0 2E 1A 24 14E 1E 31
Octal 244 130 171 0 56 32 44 516 36 61
Binary 10100100 1011000 1111001 0 101110 11010 100100 101001110 11110 110001

Color Harmonies of #A45879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45879

Black with #A45879

Text Example


Text Example

White with #A45879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45879; }

 p { color: rgb(164,88,121); }

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

background-color css

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

 a { background-color: rgb(164,88,121); }

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

border-color css

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

 span { border-color: rgb(164,88,121); }

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