Html Css Color HEX #A45674 Royal Heath

📋 copy color: '#A45674'

red 164 ◦ green 86 ◦ blue 116

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

Shades of Royal Heath #A45674

Tints of Royal Heath #A45674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 44.81%
G = 23.5%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A45674 (or 0xA45674) is known color: Royal Heath. HEX triplet: A4, 56 and 74. RGB value is (164,86,116). Sum of RGB (Red+Green+Blue) = 164+86+116=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45674 is #5BA98B. Grayscale: #707070. Windows color (decimal): -6007180 or 7624356. OLE color: 7624356.

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

Color convert

RGB 164 86 116 -
CMYK 0 0.48 0.29 0.36
HSL 336.92º 0.31% 0.49% -
HSV(B) 336.92º 0.48% 0.64% -
XYZ 21.79 15.81 18.43 -
YUV 112.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 164 86 116 0 0.48 0.29 0.36 336.92 0.31 0.49
Hex A4 56 74 0 30 1D 24 151 1F 31
Octal 244 126 164 0 60 35 44 521 37 61
Binary 10100100 1010110 1110100 0 110000 11101 100100 101010001 11111 110001

Color Harmonies of #A45674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45674

Black with #A45674

Text Example


Text Example

White with #A45674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45674; }

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

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

background-color css

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

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

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

border-color css

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

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

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