Html Css Color HEX #A54863 Rouge

📋 copy color: '#A54863'

red 165 ◦ green 72 ◦ blue 99

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

Shades of Rouge #A54863

Tints of Rouge #A54863

RGB

 RED value IS 165 (64.84% from 255) = 49.11%

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 49.11%
G = 21.43%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A54863 (or 0xA54863) is known color: Rouge. HEX triplet: A5, 48 and 63. RGB value is (165,72,99). Sum of RGB (Red+Green+Blue) = 165+72+99=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A54863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54863 is #5AB79C. Grayscale: #666666. Windows color (decimal): -5945245 or 6506661. OLE color: 6506661.

HSL color Cylindrical-coordinate representation of color #A54863: hue angle of 342.58º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54863 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 99 -
CMYK 0 0.56 0.40 0.35
HSL 342.58º 0.39% 0.46% -
HSV(B) 342.58º 0.56% 0.65% -
XYZ 20.09 13.53 13.36 -
YUV 102.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 165 72 99 0 0.56 0.40 0.35 342.58 0.39 0.46
Hex A5 48 63 0 38 28 23 157 27 2E
Octal 245 110 143 0 70 50 43 527 47 56
Binary 10100101 1001000 1100011 0 111000 101000 100011 101010111 100111 101110

Color Harmonies of #A54863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54863

Black with #A54863

Text Example


Text Example

White with #A54863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54863; }

 p { color: rgb(165,72,99); }

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

background-color css

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

 a { background-color: rgb(165,72,99); }

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

border-color css

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

 span { border-color: rgb(165,72,99); }

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