Html Css Color HEX #A04676 Royal Heath

📋 copy color: '#A04676'

red 160 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #A04676

Tints of Royal Heath #A04676

RGB

 RED value IS 160 (62.89% from 255) = 45.98%

 GREEN value IS 70 (27.73% from 255) = 20.11%

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

R = 45.98%
G = 20.11%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04676 (or 0xA04676) is known color: Royal Heath. HEX triplet: A0, 46 and 76. RGB value is (160,70,118). Sum of RGB (Red+Green+Blue) = 160+70+118=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04676 is #5FB989. Grayscale: #666666. Windows color (decimal): -6273418 or 7751328. OLE color: 7751328.

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

Color convert

RGB 160 70 118 -
CMYK 0 0.56 0.26 0.37
HSL 328º 0.39% 0.45% -
HSV(B) 328º 0.56% 0.63% -
XYZ 19.96 13.16 18.63 -
YUV 102.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 160 70 118 0 0.56 0.26 0.37 328 0.39 0.45
Hex A0 46 76 0 38 1A 25 148 27 2D
Octal 240 106 166 0 70 32 45 510 47 55
Binary 10100000 1000110 1110110 0 111000 11010 100101 101001000 100111 101101

Color Harmonies of #A04676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04676

Black with #A04676

Text Example


Text Example

White with #A04676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04676; }

 p { color: rgb(160,70,118); }

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

background-color css

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

 a { background-color: rgb(160,70,118); }

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

border-color css

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

 span { border-color: rgb(160,70,118); }

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