Html Css Color HEX #A54564 Rouge

📋 copy color: '#A54564'

red 165 ◦ green 69 ◦ blue 100

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

Shades of Rouge #A54564

Tints of Rouge #A54564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 49.4%
G = 20.66%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A54564 (or 0xA54564) is known color: Rouge. HEX triplet: A5, 45 and 64. RGB value is (165,69,100). Sum of RGB (Red+Green+Blue) = 165+69+100=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54564 is #5ABA9B. Grayscale: #656565. Windows color (decimal): -5946012 or 6571429. OLE color: 6571429.

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

Color convert

RGB 165 69 100 -
CMYK 0 0.58 0.39 0.35
HSL 340.63º 0.41% 0.46% -
HSV(B) 340.63º 0.58% 0.65% -
XYZ 19.95 13.18 13.55 -
YUV 101.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 165 69 100 0 0.58 0.39 0.35 340.63 0.41 0.46
Hex A5 45 64 0 3A 27 23 155 29 2E
Octal 245 105 144 0 72 47 43 525 51 56
Binary 10100101 1000101 1100100 0 111010 100111 100011 101010101 101001 101110

Color Harmonies of #A54564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54564

Black with #A54564

Text Example


Text Example

White with #A54564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54564; }

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

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

background-color css

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

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

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

border-color css

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

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

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