Html Css Color HEX #A54766 Rouge

📋 copy color: '#A54766'

red 165 ◦ green 71 ◦ blue 102

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

Shades of Rouge #A54766

Tints of Rouge #A54766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 48.82%
G = 21.01%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54766 (or 0xA54766) is known color: Rouge. HEX triplet: A5, 47 and 66. RGB value is (165,71,102). Sum of RGB (Red+Green+Blue) = 165+71+102=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A54766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54766 is #5AB899. Grayscale: #666666. Windows color (decimal): -5945498 or 6703013. OLE color: 6703013.

HSL color Cylindrical-coordinate representation of color #A54766: hue angle of 340.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54766 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 102 -
CMYK 0 0.57 0.38 0.35
HSL 340.21º 0.4% 0.46% -
HSV(B) 340.21º 0.57% 0.65% -
XYZ 20.17 13.47 14.11 -
YUV 102.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 165 71 102 0 0.57 0.38 0.35 340.21 0.4 0.46
Hex A5 47 66 0 39 26 23 154 28 2E
Octal 245 107 146 0 71 46 43 524 50 56
Binary 10100101 1000111 1100110 0 111001 100110 100011 101010100 101000 101110

Color Harmonies of #A54766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54766

Black with #A54766

Text Example


Text Example

White with #A54766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54766; }

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

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

background-color css

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

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

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

border-color css

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

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

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