Html Css Color HEX #A54560 Rouge

📋 copy color: '#A54560'

red 165 ◦ green 69 ◦ blue 96

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

Shades of Rouge #A54560

Tints of Rouge #A54560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 50%
G = 20.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A54560 (or 0xA54560) is known color: Rouge. HEX triplet: A5, 45 and 60. RGB value is (165,69,96). Sum of RGB (Red+Green+Blue) = 165+69+96=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A54560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54560 is #5ABA9F. Grayscale: #646464. Windows color (decimal): -5946016 or 6309285. OLE color: 6309285.

HSL color Cylindrical-coordinate representation of color #A54560: hue angle of 343.12º 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 #A54560 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 96 -
CMYK 0 0.58 0.42 0.35
HSL 343.13º 0.41% 0.46% -
HSV(B) 343.13º 0.58% 0.65% -
XYZ 19.76 13.1 12.55 -
YUV 100.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 165 69 96 0 0.58 0.42 0.35 343.13 0.41 0.46
Hex A5 45 60 0 3A 2A 23 157 29 2E
Octal 245 105 140 0 72 52 43 527 51 56
Binary 10100101 1000101 1100000 0 111010 101010 100011 101010111 101001 101110

Color Harmonies of #A54560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54560

Black with #A54560

Text Example


Text Example

White with #A54560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54560; }

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

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

background-color css

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

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

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

border-color css

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

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

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