Html Css Color HEX #A04E75 Royal Heath

📋 copy color: '#A04E75'

red 160 ◦ green 78 ◦ blue 117

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

Shades of Royal Heath #A04E75

Tints of Royal Heath #A04E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 45.07%
G = 21.97%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A04E75 (or 0xA04E75) is known color: Royal Heath. HEX triplet: A0, 4E and 75. RGB value is (160,78,117). Sum of RGB (Red+Green+Blue) = 160+78+117=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E75 is #5FB18A. Grayscale: #6A6A6A. Windows color (decimal): -6271371 or 7687840. OLE color: 7687840.

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

Color convert

RGB 160 78 117 -
CMYK 0 0.51 0.27 0.37
HSL 331.46º 0.34% 0.47% -
HSV(B) 331.46º 0.51% 0.63% -
XYZ 20.43 14.21 18.49 -
YUV 106.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 160 78 117 0 0.51 0.27 0.37 331.46 0.34 0.47
Hex A0 4E 75 0 33 1B 25 14B 22 2F
Octal 240 116 165 0 63 33 45 513 42 57
Binary 10100000 1001110 1110101 0 110011 11011 100101 101001011 100010 101111

Color Harmonies of #A04E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E75

Black with #A04E75

Text Example


Text Example

White with #A04E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E75; }

 p { color: rgb(160,78,117); }

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

background-color css

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

 a { background-color: rgb(160,78,117); }

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

border-color css

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

 span { border-color: rgb(160,78,117); }

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