Html Css Color HEX #A15474 Royal Heath

📋 copy color: '#A15474'

red 161 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #A15474

Tints of Royal Heath #A15474

RGB

 RED value IS 161 (63.28% from 255) = 44.6%

 GREEN value IS 84 (33.2% from 255) = 23.27%

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

R = 44.6%
G = 23.27%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A15474 (or 0xA15474) is known color: Royal Heath. HEX triplet: A1, 54 and 74. RGB value is (161,84,116). Sum of RGB (Red+Green+Blue) = 161+84+116=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A15474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15474 is #5EAB8B. Grayscale: #6E6E6E. Windows color (decimal): -6204300 or 7623841. OLE color: 7623841.

HSL color Cylindrical-coordinate representation of color #A15474: hue angle of 335.06º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15474 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 116 -
CMYK 0 0.48 0.28 0.37
HSL 335.06º 0.31% 0.48% -
HSV(B) 335.06º 0.48% 0.63% -
XYZ 21.02 15.18 18.34 -
YUV 110.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 161 84 116 0 0.48 0.28 0.37 335.06 0.31 0.48
Hex A1 54 74 0 30 1C 25 14F 1F 30
Octal 241 124 164 0 60 34 45 517 37 60
Binary 10100001 1010100 1110100 0 110000 11100 100101 101001111 11111 110000

Color Harmonies of #A15474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15474

Black with #A15474

Text Example


Text Example

White with #A15474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15474; }

 p { color: rgb(161,84,116); }

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

background-color css

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

 a { background-color: rgb(161,84,116); }

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

border-color css

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

 span { border-color: rgb(161,84,116); }

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