Html Css Color HEX #A95A73 Royal Heath

📋 copy color: '#A95A73'

red 169 ◦ green 90 ◦ blue 115

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

Shades of Royal Heath #A95A73

Tints of Royal Heath #A95A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 45.19%
G = 24.06%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A95A73 (or 0xA95A73) is known color: Royal Heath. HEX triplet: A9, 5A and 73. RGB value is (169,90,115). Sum of RGB (Red+Green+Blue) = 169+90+115=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A73 is #56A58C. Grayscale: #747474. Windows color (decimal): -5678477 or 7559849. OLE color: 7559849.

HSL color Cylindrical-coordinate representation of color #A95A73: hue angle of 341.01º degrees, saturation: 0.31, 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 #A95A73 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 115 -
CMYK 0 0.47 0.32 0.34
HSL 341.01º 0.31% 0.51% -
HSV(B) 341.01º 0.47% 0.66% -
XYZ 23.11 16.99 18.28 -
YUV 116.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 169 90 115 0 0.47 0.32 0.34 341.01 0.31 0.51
Hex A9 5A 73 0 2F 20 22 155 1F 33
Octal 251 132 163 0 57 40 42 525 37 63
Binary 10101001 1011010 1110011 0 101111 100000 100010 101010101 11111 110011

Color Harmonies of #A95A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A73

Black with #A95A73

Text Example


Text Example

White with #A95A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A73; }

 p { color: rgb(169,90,115); }

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

background-color css

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

 a { background-color: rgb(169,90,115); }

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

border-color css

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

 span { border-color: rgb(169,90,115); }

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