Html Css Color HEX #A54568 Rouge

📋 copy color: '#A54568'

red 165 ◦ green 69 ◦ blue 104

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

Shades of Rouge #A54568

Tints of Rouge #A54568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.77%

R = 48.82%
G = 20.41%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A54568 (or 0xA54568) is known color: Rouge. HEX triplet: A5, 45 and 68. RGB value is (165,69,104). Sum of RGB (Red+Green+Blue) = 165+69+104=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A54568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54568 is #5ABA97. Grayscale: #656565. Windows color (decimal): -5946008 or 6833573. OLE color: 6833573.

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

Color convert

RGB 165 69 104 -
CMYK 0 0.58 0.37 0.35
HSL 338.13º 0.41% 0.46% -
HSV(B) 338.13º 0.58% 0.65% -
XYZ 20.14 13.26 14.59 -
YUV 101.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 165 69 104 0 0.58 0.37 0.35 338.13 0.41 0.46
Hex A5 45 68 0 3A 25 23 152 29 2E
Octal 245 105 150 0 72 45 43 522 51 56
Binary 10100101 1000101 1101000 0 111010 100101 100011 101010010 101001 101110

Color Harmonies of #A54568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54568

Black with #A54568

Text Example


Text Example

White with #A54568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54568; }

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

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

background-color css

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

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

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

border-color css

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

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

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