Html Css Color HEX #A54561 Rouge

📋 copy color: '#A54561'

red 165 ◦ green 69 ◦ blue 97

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

Shades of Rouge #A54561

Tints of Rouge #A54561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 49.85%
G = 20.85%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A54561 (or 0xA54561) is known color: Rouge. HEX triplet: A5, 45 and 61. RGB value is (165,69,97). Sum of RGB (Red+Green+Blue) = 165+69+97=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A54561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54561 is #5ABA9E. Grayscale: #646464. Windows color (decimal): -5946015 or 6374821. OLE color: 6374821.

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

Color convert

RGB 165 69 97 -
CMYK 0 0.58 0.41 0.35
HSL 342.5º 0.41% 0.46% -
HSV(B) 342.5º 0.58% 0.65% -
XYZ 19.8 13.12 12.8 -
YUV 100.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 165 69 97 0 0.58 0.41 0.35 342.5 0.41 0.46
Hex A5 45 61 0 3A 29 23 156 29 2E
Octal 245 105 141 0 72 51 43 526 51 56
Binary 10100101 1000101 1100001 0 111010 101001 100011 101010110 101001 101110

Color Harmonies of #A54561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54561

Black with #A54561

Text Example


Text Example

White with #A54561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54561; }

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

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

background-color css

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

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

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

border-color css

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

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

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