Html Css Color HEX #A54666 Rouge

📋 copy color: '#A54666'

red 165 ◦ green 70 ◦ blue 102

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

Shades of Rouge #A54666

Tints of Rouge #A54666

RGB

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

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

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

R = 48.96%
G = 20.77%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54666 (or 0xA54666) is known color: Rouge. HEX triplet: A5, 46 and 66. RGB value is (165,70,102). Sum of RGB (Red+Green+Blue) = 165+70+102=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54666 is #5AB999. Grayscale: #666666. Windows color (decimal): -5945754 or 6702757. OLE color: 6702757.

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

Color convert

RGB 165 70 102 -
CMYK 0 0.58 0.38 0.35
HSL 339.79º 0.4% 0.46% -
HSV(B) 339.79º 0.58% 0.65% -
XYZ 20.11 13.34 14.09 -
YUV 102.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 165 70 102 0 0.58 0.38 0.35 339.79 0.4 0.46
Hex A5 46 66 0 3A 26 23 154 28 2E
Octal 245 106 146 0 72 46 43 524 50 56
Binary 10100101 1000110 1100110 0 111010 100110 100011 101010100 101000 101110

Color Harmonies of #A54666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54666

Black with #A54666

Text Example


Text Example

White with #A54666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54666; }

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

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

background-color css

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

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

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

border-color css

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

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

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