Html Css Color HEX #A15677 Royal Heath

📋 copy color: '#A15677'

red 161 ◦ green 86 ◦ blue 119

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

Shades of Royal Heath #A15677

Tints of Royal Heath #A15677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 43.99%
G = 23.5%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A15677 (or 0xA15677) is known color: Royal Heath. HEX triplet: A1, 56 and 77. RGB value is (161,86,119). Sum of RGB (Red+Green+Blue) = 161+86+119=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A15677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15677 is #5EA988. Grayscale: #707070. Windows color (decimal): -6203785 or 7820961. OLE color: 7820961.

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

Color convert

RGB 161 86 119 -
CMYK 0 0.47 0.26 0.37
HSL 333.6º 0.3% 0.48% -
HSV(B) 333.6º 0.47% 0.63% -
XYZ 21.36 15.56 19.33 -
YUV 112.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 161 86 119 0 0.47 0.26 0.37 333.6 0.3 0.48
Hex A1 56 77 0 2F 1A 25 14E 1E 30
Octal 241 126 167 0 57 32 45 516 36 60
Binary 10100001 1010110 1110111 0 101111 11010 100101 101001110 11110 110000

Color Harmonies of #A15677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15677

Black with #A15677

Text Example


Text Example

White with #A15677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15677; }

 p { color: rgb(161,86,119); }

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

background-color css

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

 a { background-color: rgb(161,86,119); }

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

border-color css

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

 span { border-color: rgb(161,86,119); }

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