Html Css Color HEX #A35979 Royal Heath

📋 copy color: '#A35979'

red 163 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #A35979

Tints of Royal Heath #A35979

RGB

 RED value IS 163 (64.06% from 255) = 43.7%

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

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

R = 43.7%
G = 23.86%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A35979 (or 0xA35979) is known color: Royal Heath. HEX triplet: A3, 59 and 79. RGB value is (163,89,121). Sum of RGB (Red+Green+Blue) = 163+89+121=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A35979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35979 is #5CA686. Grayscale: #727272. Windows color (decimal): -6071943 or 7952803. OLE color: 7952803.

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

Color convert

RGB 163 89 121 -
CMYK 0 0.45 0.26 0.36
HSL 334.05º 0.29% 0.49% -
HSV(B) 334.05º 0.45% 0.64% -
XYZ 22.13 16.31 20.07 -
YUV 114.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 163 89 121 0 0.45 0.26 0.36 334.05 0.29 0.49
Hex A3 59 79 0 2D 1A 24 14E 1D 31
Octal 243 131 171 0 55 32 44 516 35 61
Binary 10100011 1011001 1111001 0 101101 11010 100100 101001110 11101 110001

Color Harmonies of #A35979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35979

Black with #A35979

Text Example


Text Example

White with #A35979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35979; }

 p { color: rgb(163,89,121); }

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

background-color css

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

 a { background-color: rgb(163,89,121); }

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

border-color css

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

 span { border-color: rgb(163,89,121); }

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