Html Css Color HEX #A54563 Rouge

📋 copy color: '#A54563'

red 165 ◦ green 69 ◦ blue 99

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

Shades of Rouge #A54563

Tints of Rouge #A54563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 49.55%
G = 20.72%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A54563 (or 0xA54563) is known color: Rouge. HEX triplet: A5, 45 and 63. RGB value is (165,69,99). Sum of RGB (Red+Green+Blue) = 165+69+99=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A54563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54563 is #5ABA9C. Grayscale: #656565. Windows color (decimal): -5946013 or 6505893. OLE color: 6505893.

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

Color convert

RGB 165 69 99 -
CMYK 0 0.58 0.40 0.35
HSL 341.25º 0.41% 0.46% -
HSV(B) 341.25º 0.58% 0.65% -
XYZ 19.9 13.16 13.3 -
YUV 101.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 165 69 99 0 0.58 0.40 0.35 341.25 0.41 0.46
Hex A5 45 63 0 3A 28 23 155 29 2E
Octal 245 105 143 0 72 50 43 525 51 56
Binary 10100101 1000101 1100011 0 111010 101000 100011 101010101 101001 101110

Color Harmonies of #A54563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54563

Black with #A54563

Text Example


Text Example

White with #A54563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54563; }

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

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

background-color css

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

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

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

border-color css

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

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

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