Html Css Color HEX #A45679 Royal Heath

📋 copy color: '#A45679'

red 164 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #A45679

Tints of Royal Heath #A45679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

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

R = 44.2%
G = 23.18%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A45679 (or 0xA45679) is known color: Royal Heath. HEX triplet: A4, 56 and 79. RGB value is (164,86,121). Sum of RGB (Red+Green+Blue) = 164+86+121=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45679 is #5BA986. Grayscale: #717171. Windows color (decimal): -6007175 or 7952036. OLE color: 7952036.

HSL color Cylindrical-coordinate representation of color #A45679: hue angle of 333.08º degrees, saturation: 0.31, 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 #A45679 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 121 -
CMYK 0 0.48 0.26 0.36
HSL 333.08º 0.31% 0.49% -
HSV(B) 333.08º 0.48% 0.64% -
XYZ 22.09 15.93 20 -
YUV 113.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 164 86 121 0 0.48 0.26 0.36 333.08 0.31 0.49
Hex A4 56 79 0 30 1A 24 14D 1F 31
Octal 244 126 171 0 60 32 44 515 37 61
Binary 10100100 1010110 1111001 0 110000 11010 100100 101001101 11111 110001

Color Harmonies of #A45679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45679

Black with #A45679

Text Example


Text Example

White with #A45679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45679; }

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

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

background-color css

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

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

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

border-color css

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

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

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