Html Css Color HEX #A5476E Rouge

📋 copy color: '#A5476E'

red 165 ◦ green 71 ◦ blue 110

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

Shades of Rouge #A5476E

Tints of Rouge #A5476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 47.69%
G = 20.52%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5476E (or 0xA5476E) is known color: Rouge. HEX triplet: A5, 47 and 6E. RGB value is (165,71,110). Sum of RGB (Red+Green+Blue) = 165+71+110=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5476E is #5AB891. Grayscale: #676767. Windows color (decimal): -5945490 or 7227301. OLE color: 7227301.

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

Color convert

RGB 165 71 110 -
CMYK 0 0.57 0.33 0.35
HSL 335.11º 0.4% 0.46% -
HSV(B) 335.11º 0.57% 0.65% -
XYZ 20.58 13.63 16.3 -
YUV 103.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 165 71 110 0 0.57 0.33 0.35 335.11 0.4 0.46
Hex A5 47 6E 0 39 21 23 14F 28 2E
Octal 245 107 156 0 71 41 43 517 50 56
Binary 10100101 1000111 1101110 0 111001 100001 100011 101001111 101000 101110

Color Harmonies of #A5476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5476E

Black with #A5476E

Text Example


Text Example

White with #A5476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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