Html Css Color HEX #A95E78 Royal Heath

📋 copy color: '#A95E78'

red 169 ◦ green 94 ◦ blue 120

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

Shades of Royal Heath #A95E78

Tints of Royal Heath #A95E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 44.13%
G = 24.54%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A95E78 (or 0xA95E78) is known color: Royal Heath. HEX triplet: A9, 5E and 78. RGB value is (169,94,120). Sum of RGB (Red+Green+Blue) = 169+94+120=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E78 is #56A187. Grayscale: #777777. Windows color (decimal): -5677448 or 7888553. OLE color: 7888553.

HSL color Cylindrical-coordinate representation of color #A95E78: hue angle of 339.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E78 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 120 -
CMYK 0 0.44 0.29 0.34
HSL 339.2º 0.3% 0.52% -
HSV(B) 339.2º 0.44% 0.66% -
XYZ 23.76 17.8 19.95 -
YUV 119.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 169 94 120 0 0.44 0.29 0.34 339.2 0.3 0.52
Hex A9 5E 78 0 2C 1D 22 153 1E 34
Octal 251 136 170 0 54 35 42 523 36 64
Binary 10101001 1011110 1111000 0 101100 11101 100010 101010011 11110 110100

Color Harmonies of #A95E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E78

Black with #A95E78

Text Example


Text Example

White with #A95E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E78; }

 p { color: rgb(169,94,120); }

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

background-color css

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

 a { background-color: rgb(169,94,120); }

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

border-color css

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

 span { border-color: rgb(169,94,120); }

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