Html Css Color HEX #A54869 Rouge

📋 copy color: '#A54869'

red 165 ◦ green 72 ◦ blue 105

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

Shades of Rouge #A54869

Tints of Rouge #A54869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 48.25%
G = 21.05%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A54869 (or 0xA54869) is known color: Rouge. HEX triplet: A5, 48 and 69. RGB value is (165,72,105). Sum of RGB (Red+Green+Blue) = 165+72+105=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A54869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54869 is #5AB796. Grayscale: #676767. Windows color (decimal): -5945239 or 6899877. OLE color: 6899877.

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

Color convert

RGB 165 72 105 -
CMYK 0 0.56 0.36 0.35
HSL 338.71º 0.39% 0.46% -
HSV(B) 338.71º 0.56% 0.65% -
XYZ 20.38 13.65 14.93 -
YUV 103.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 165 72 105 0 0.56 0.36 0.35 338.71 0.39 0.46
Hex A5 48 69 0 38 24 23 153 27 2E
Octal 245 110 151 0 70 44 43 523 47 56
Binary 10100101 1001000 1101001 0 111000 100100 100011 101010011 100111 101110

Color Harmonies of #A54869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54869

Black with #A54869

Text Example


Text Example

White with #A54869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54869; }

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

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

background-color css

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

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

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

border-color css

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

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

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