Html Css Color HEX #A14D76 Royal Heath

📋 copy color: '#A14D76'

red 161 ◦ green 77 ◦ blue 118

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

Shades of Royal Heath #A14D76

Tints of Royal Heath #A14D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 45.22%
G = 21.63%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14D76 (or 0xA14D76) is known color: Royal Heath. HEX triplet: A1, 4D and 76. RGB value is (161,77,118). Sum of RGB (Red+Green+Blue) = 161+77+118=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D76 is #5EB289. Grayscale: #6A6A6A. Windows color (decimal): -6206090 or 7753121. OLE color: 7753121.

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

Color convert

RGB 161 77 118 -
CMYK 0 0.52 0.27 0.37
HSL 330.71º 0.35% 0.47% -
HSV(B) 330.71º 0.52% 0.63% -
XYZ 20.62 14.19 18.79 -
YUV 106.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 161 77 118 0 0.52 0.27 0.37 330.71 0.35 0.47
Hex A1 4D 76 0 34 1B 25 14B 23 2F
Octal 241 115 166 0 64 33 45 513 43 57
Binary 10100001 1001101 1110110 0 110100 11011 100101 101001011 100011 101111

Color Harmonies of #A14D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D76

Black with #A14D76

Text Example


Text Example

White with #A14D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D76; }

 p { color: rgb(161,77,118); }

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

background-color css

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

 a { background-color: rgb(161,77,118); }

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

border-color css

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

 span { border-color: rgb(161,77,118); }

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