Html Css Color HEX #A54A6B Rouge

📋 copy color: '#A54A6B'

red 165 ◦ green 74 ◦ blue 107

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

Shades of Rouge #A54A6B

Tints of Rouge #A54A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 47.69%
G = 21.39%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A54A6B (or 0xA54A6B) is known color: Rouge. HEX triplet: A5, 4A and 6B. RGB value is (165,74,107). Sum of RGB (Red+Green+Blue) = 165+74+107=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A6B is #5AB594. Grayscale: #686868. Windows color (decimal): -5944725 or 7031461. OLE color: 7031461.

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

Color convert

RGB 165 74 107 -
CMYK 0 0.55 0.35 0.35
HSL 338.24º 0.38% 0.47% -
HSV(B) 338.24º 0.55% 0.65% -
XYZ 20.62 13.96 15.52 -
YUV 104.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 165 74 107 0 0.55 0.35 0.35 338.24 0.38 0.47
Hex A5 4A 6B 0 37 23 23 152 26 2F
Octal 245 112 153 0 67 43 43 522 46 57
Binary 10100101 1001010 1101011 0 110111 100011 100011 101010010 100110 101111

Color Harmonies of #A54A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A6B

Black with #A54A6B

Text Example


Text Example

White with #A54A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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