Html Css Color HEX #A54A66 Rouge

📋 copy color: '#A54A66'

red 165 ◦ green 74 ◦ blue 102

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

Shades of Rouge #A54A66

Tints of Rouge #A54A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

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

R = 48.39%
G = 21.7%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54A66 (or 0xA54A66) is known color: Rouge. HEX triplet: A5, 4A and 66. RGB value is (165,74,102). Sum of RGB (Red+Green+Blue) = 165+74+102=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A66 is #5AB599. Grayscale: #686868. Windows color (decimal): -5944730 or 6703781. OLE color: 6703781.

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

Color convert

RGB 165 74 102 -
CMYK 0 0.55 0.38 0.35
HSL 341.54º 0.38% 0.47% -
HSV(B) 341.54º 0.55% 0.65% -
XYZ 20.36 13.86 14.17 -
YUV 104.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 165 74 102 0 0.55 0.38 0.35 341.54 0.38 0.47
Hex A5 4A 66 0 37 26 23 156 26 2F
Octal 245 112 146 0 67 46 43 526 46 57
Binary 10100101 1001010 1100110 0 110111 100110 100011 101010110 100110 101111

Color Harmonies of #A54A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A66

Black with #A54A66

Text Example


Text Example

White with #A54A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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