Html Css Color HEX #A54665 Rouge

📋 copy color: '#A54665'

red 165 ◦ green 70 ◦ blue 101

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

Shades of Rouge #A54665

Tints of Rouge #A54665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 49.11%
G = 20.83%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A54665 (or 0xA54665) is known color: Rouge. HEX triplet: A5, 46 and 65. RGB value is (165,70,101). Sum of RGB (Red+Green+Blue) = 165+70+101=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A54665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54665 is #5AB99A. Grayscale: #656565. Windows color (decimal): -5945755 or 6637221. OLE color: 6637221.

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

Color convert

RGB 165 70 101 -
CMYK 0 0.58 0.39 0.35
HSL 340.42º 0.4% 0.46% -
HSV(B) 340.42º 0.58% 0.65% -
XYZ 20.06 13.32 13.83 -
YUV 101.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 165 70 101 0 0.58 0.39 0.35 340.42 0.4 0.46
Hex A5 46 65 0 3A 27 23 154 28 2E
Octal 245 106 145 0 72 47 43 524 50 56
Binary 10100101 1000110 1100101 0 111010 100111 100011 101010100 101000 101110

Color Harmonies of #A54665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54665

Black with #A54665

Text Example


Text Example

White with #A54665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54665; }

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

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

background-color css

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

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

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

border-color css

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

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

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