Html Css Color HEX #A15175 Royal Heath

📋 copy color: '#A15175'

red 161 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #A15175

Tints of Royal Heath #A15175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

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

R = 44.85%
G = 22.56%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A15175 (or 0xA15175) is known color: Royal Heath. HEX triplet: A1, 51 and 75. RGB value is (161,81,117). Sum of RGB (Red+Green+Blue) = 161+81+117=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A15175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15175 is #5EAE8A. Grayscale: #6C6C6C. Windows color (decimal): -6205067 or 7688609. OLE color: 7688609.

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

Color convert

RGB 161 81 117 -
CMYK 0 0.50 0.27 0.37
HSL 333º 0.33% 0.47% -
HSV(B) 333º 0.5% 0.63% -
XYZ 20.85 14.75 18.58 -
YUV 109.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 161 81 117 0 0.50 0.27 0.37 333 0.33 0.47
Hex A1 51 75 0 32 1B 25 14D 21 2F
Octal 241 121 165 0 62 33 45 515 41 57
Binary 10100001 1010001 1110101 0 110010 11011 100101 101001101 100001 101111

Color Harmonies of #A15175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15175

Black with #A15175

Text Example


Text Example

White with #A15175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15175; }

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

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

background-color css

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

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

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

border-color css

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

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

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