Html Css Color HEX #A54A64 Rouge

📋 copy color: '#A54A64'

red 165 ◦ green 74 ◦ blue 100

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

Shades of Rouge #A54A64

Tints of Rouge #A54A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 48.67%
G = 21.83%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A54A64 (or 0xA54A64) is known color: Rouge. HEX triplet: A5, 4A and 64. RGB value is (165,74,100). Sum of RGB (Red+Green+Blue) = 165+74+100=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A64 is #5AB59B. Grayscale: #686868. Windows color (decimal): -5944732 or 6572709. OLE color: 6572709.

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

Color convert

RGB 165 74 100 -
CMYK 0 0.55 0.39 0.35
HSL 342.86º 0.38% 0.47% -
HSV(B) 342.86º 0.55% 0.65% -
XYZ 20.27 13.82 13.66 -
YUV 104.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 165 74 100 0 0.55 0.39 0.35 342.86 0.38 0.47
Hex A5 4A 64 0 37 27 23 157 26 2F
Octal 245 112 144 0 67 47 43 527 46 57
Binary 10100101 1001010 1100100 0 110111 100111 100011 101010111 100110 101111

Color Harmonies of #A54A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A64

Black with #A54A64

Text Example


Text Example

White with #A54A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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