Html Css Color HEX #A15678 Royal Heath

📋 copy color: '#A15678'

red 161 ◦ green 86 ◦ blue 120

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

Shades of Royal Heath #A15678

Tints of Royal Heath #A15678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 43.87%
G = 23.43%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A15678 (or 0xA15678) is known color: Royal Heath. HEX triplet: A1, 56 and 78. RGB value is (161,86,120). Sum of RGB (Red+Green+Blue) = 161+86+120=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A15678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15678 is #5EA987. Grayscale: #707070. Windows color (decimal): -6203784 or 7886497. OLE color: 7886497.

HSL color Cylindrical-coordinate representation of color #A15678: hue angle of 332.8º 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 #A15678 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 86 120 -
CMYK 0 0.47 0.25 0.37
HSL 332.8º 0.3% 0.48% -
HSV(B) 332.8º 0.47% 0.63% -
XYZ 21.42 15.59 19.65 -
YUV 112.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 161 86 120 0 0.47 0.25 0.37 332.8 0.3 0.48
Hex A1 56 78 0 2F 19 25 14D 1E 30
Octal 241 126 170 0 57 31 45 515 36 60
Binary 10100001 1010110 1111000 0 101111 11001 100101 101001101 11110 110000

Color Harmonies of #A15678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15678

Black with #A15678

Text Example


Text Example

White with #A15678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15678; }

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

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

background-color css

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

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

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

border-color css

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

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

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