Html Css Color HEX #A54866 Rouge

📋 copy color: '#A54866'

red 165 ◦ green 72 ◦ blue 102

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

Shades of Rouge #A54866

Tints of Rouge #A54866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 48.67%
G = 21.24%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54866 (or 0xA54866) is known color: Rouge. HEX triplet: A5, 48 and 66. RGB value is (165,72,102). Sum of RGB (Red+Green+Blue) = 165+72+102=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54866 is #5AB799. Grayscale: #676767. Windows color (decimal): -5945242 or 6703269. OLE color: 6703269.

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

Color convert

RGB 165 72 102 -
CMYK 0 0.56 0.38 0.35
HSL 340.65º 0.39% 0.46% -
HSV(B) 340.65º 0.56% 0.65% -
XYZ 20.23 13.59 14.13 -
YUV 103.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 165 72 102 0 0.56 0.38 0.35 340.65 0.39 0.46
Hex A5 48 66 0 38 26 23 155 27 2E
Octal 245 110 146 0 70 46 43 525 47 56
Binary 10100101 1001000 1100110 0 111000 100110 100011 101010101 100111 101110

Color Harmonies of #A54866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54866

Black with #A54866

Text Example


Text Example

White with #A54866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54866; }

 p { color: rgb(165,72,102); }

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

background-color css

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

 a { background-color: rgb(165,72,102); }

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

border-color css

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

 span { border-color: rgb(165,72,102); }

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