Html Css Color HEX #A45974 Royal Heath

📋 copy color: '#A45974'

red 164 ◦ green 89 ◦ blue 116

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

Shades of Royal Heath #A45974

Tints of Royal Heath #A45974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

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

R = 44.44%
G = 24.12%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A45974 (or 0xA45974) is known color: Royal Heath. HEX triplet: A4, 59 and 74. RGB value is (164,89,116). Sum of RGB (Red+Green+Blue) = 164+89+116=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A45974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45974 is #5BA68B. Grayscale: #727272. Windows color (decimal): -6006412 or 7625124. OLE color: 7625124.

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

Color convert

RGB 164 89 116 -
CMYK 0 0.46 0.29 0.36
HSL 338.4º 0.3% 0.5% -
HSV(B) 338.4º 0.46% 0.64% -
XYZ 22.03 16.3 18.51 -
YUV 114.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 164 89 116 0 0.46 0.29 0.36 338.4 0.3 0.5
Hex A4 59 74 0 2E 1D 24 152 1E 32
Octal 244 131 164 0 56 35 44 522 36 62
Binary 10100100 1011001 1110100 0 101110 11101 100100 101010010 11110 110010

Color Harmonies of #A45974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45974

Black with #A45974

Text Example


Text Example

White with #A45974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45974; }

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

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

background-color css

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

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

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

border-color css

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

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

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