Html Css Color HEX #A54460 Rouge

📋 copy color: '#A54460'

red 165 ◦ green 68 ◦ blue 96

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

Shades of Rouge #A54460

Tints of Rouge #A54460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 50.15%
G = 20.67%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A54460 (or 0xA54460) is known color: Rouge. HEX triplet: A5, 44 and 60. RGB value is (165,68,96). Sum of RGB (Red+Green+Blue) = 165+68+96=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A54460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54460 is #5ABB9F. Grayscale: #646464. Windows color (decimal): -5946272 or 6309029. OLE color: 6309029.

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

Color convert

RGB 165 68 96 -
CMYK 0 0.59 0.42 0.35
HSL 342.68º 0.42% 0.46% -
HSV(B) 342.68º 0.59% 0.65% -
XYZ 19.7 12.98 12.53 -
YUV 100.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 165 68 96 0 0.59 0.42 0.35 342.68 0.42 0.46
Hex A5 44 60 0 3B 2A 23 157 2A 2E
Octal 245 104 140 0 73 52 43 527 52 56
Binary 10100101 1000100 1100000 0 111011 101010 100011 101010111 101010 101110

Color Harmonies of #A54460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54460

Black with #A54460

Text Example


Text Example

White with #A54460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54460; }

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

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

background-color css

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

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

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

border-color css

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

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

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