Html Css Color HEX #A15275 Royal Heath

📋 copy color: '#A15275'

red 161 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #A15275

Tints of Royal Heath #A15275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 44.72%
G = 22.78%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A15275 (or 0xA15275) is known color: Royal Heath. HEX triplet: A1, 52 and 75. RGB value is (161,82,117). Sum of RGB (Red+Green+Blue) = 161+82+117=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A15275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15275 is #5EAD8A. Grayscale: #6D6D6D. Windows color (decimal): -6204811 or 7688865. OLE color: 7688865.

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

Color convert

RGB 161 82 117 -
CMYK 0 0.49 0.27 0.37
HSL 333.42º 0.33% 0.48% -
HSV(B) 333.42º 0.49% 0.63% -
XYZ 20.93 14.9 18.6 -
YUV 109.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 161 82 117 0 0.49 0.27 0.37 333.42 0.33 0.48
Hex A1 52 75 0 31 1B 25 14D 21 30
Octal 241 122 165 0 61 33 45 515 41 60
Binary 10100001 1010010 1110101 0 110001 11011 100101 101001101 100001 110000

Color Harmonies of #A15275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15275

Black with #A15275

Text Example


Text Example

White with #A15275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15275; }

 p { color: rgb(161,82,117); }

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

background-color css

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

 a { background-color: rgb(161,82,117); }

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

border-color css

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

 span { border-color: rgb(161,82,117); }

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