Html Css Color HEX #A54865 Rouge

📋 copy color: '#A54865'

red 165 ◦ green 72 ◦ blue 101

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

Shades of Rouge #A54865

Tints of Rouge #A54865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 48.82%
G = 21.3%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A54865 (or 0xA54865) is known color: Rouge. HEX triplet: A5, 48 and 65. RGB value is (165,72,101). Sum of RGB (Red+Green+Blue) = 165+72+101=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A54865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54865 is #5AB79A. Grayscale: #676767. Windows color (decimal): -5945243 or 6637733. OLE color: 6637733.

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

Color convert

RGB 165 72 101 -
CMYK 0 0.56 0.39 0.35
HSL 341.29º 0.39% 0.46% -
HSV(B) 341.29º 0.56% 0.65% -
XYZ 20.18 13.57 13.87 -
YUV 103.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 165 72 101 0 0.56 0.39 0.35 341.29 0.39 0.46
Hex A5 48 65 0 38 27 23 155 27 2E
Octal 245 110 145 0 70 47 43 525 47 56
Binary 10100101 1001000 1100101 0 111000 100111 100011 101010101 100111 101110

Color Harmonies of #A54865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54865

Black with #A54865

Text Example


Text Example

White with #A54865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54865; }

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

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

background-color css

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

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

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

border-color css

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

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

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