Html Css Color HEX #A9597D Royal Heath

📋 copy color: '#A9597D'

red 169 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #A9597D

Tints of Royal Heath #A9597D

RGB

 RED value IS 169 (66.41% from 255) = 44.13%

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 44.13%
G = 23.24%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9597D (or 0xA9597D) is known color: Royal Heath. HEX triplet: A9, 59 and 7D. RGB value is (169,89,125). Sum of RGB (Red+Green+Blue) = 169+89+125=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9597D is #56A682. Grayscale: #747474. Windows color (decimal): -5678723 or 8214953. OLE color: 8214953.

HSL color Cylindrical-coordinate representation of color #A9597D: hue angle of 333º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9597D is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 89 125 -
CMYK 0 0.47 0.26 0.34
HSL 333º 0.32% 0.51% -
HSV(B) 333º 0.47% 0.66% -
XYZ 23.64 17.06 21.45 -
YUV 117.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 169 89 125 0 0.47 0.26 0.34 333 0.32 0.51
Hex A9 59 7D 0 2F 1A 22 14D 20 33
Octal 251 131 175 0 57 32 42 515 40 63
Binary 10101001 1011001 1111101 0 101111 11010 100010 101001101 100000 110011

Color Harmonies of #A9597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9597D

Black with #A9597D

Text Example


Text Example

White with #A9597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9597D; }

 p { color: rgb(169,89,125); }

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

background-color css

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

 a { background-color: rgb(169,89,125); }

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

border-color css

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

 span { border-color: rgb(169,89,125); }

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