Html Css Color HEX #A64376 Royal Heath

📋 copy color: '#A64376'

red 166 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #A64376

Tints of Royal Heath #A64376

RGB

 RED value IS 166 (65.23% from 255) = 47.29%

 GREEN value IS 67 (26.56% from 255) = 19.09%

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

R = 47.29%
G = 19.09%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A64376 (or 0xA64376) is known color: Royal Heath. HEX triplet: A6, 43 and 76. RGB value is (166,67,118). Sum of RGB (Red+Green+Blue) = 166+67+118=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A64376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64376 is #59BC89. Grayscale: #666666. Windows color (decimal): -5880970 or 7750566. OLE color: 7750566.

HSL color Cylindrical-coordinate representation of color #A64376: hue angle of 329.09º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64376 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 118 -
CMYK 0 0.60 0.29 0.35
HSL 329.09º 0.42% 0.46% -
HSV(B) 329.09º 0.6% 0.65% -
XYZ 21 13.43 18.62 -
YUV 102.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 166 67 118 0 0.60 0.29 0.35 329.09 0.42 0.46
Hex A6 43 76 0 3C 1D 23 149 2A 2E
Octal 246 103 166 0 74 35 43 511 52 56
Binary 10100110 1000011 1110110 0 111100 11101 100011 101001001 101010 101110

Color Harmonies of #A64376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64376

Black with #A64376

Text Example


Text Example

White with #A64376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64376; }

 p { color: rgb(166,67,118); }

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

background-color css

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

 a { background-color: rgb(166,67,118); }

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

border-color css

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

 span { border-color: rgb(166,67,118); }

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