Html Css Color HEX #A5446E Rouge

📋 copy color: '#A5446E'

red 165 ◦ green 68 ◦ blue 110

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

Shades of Rouge #A5446E

Tints of Rouge #A5446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

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

R = 48.1%
G = 19.83%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5446E (or 0xA5446E) is known color: Rouge. HEX triplet: A5, 44 and 6E. RGB value is (165,68,110). Sum of RGB (Red+Green+Blue) = 165+68+110=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5446E is #5ABB91. Grayscale: #656565. Windows color (decimal): -5946258 or 7226533. OLE color: 7226533.

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

Color convert

RGB 165 68 110 -
CMYK 0 0.59 0.33 0.35
HSL 334.02º 0.42% 0.46% -
HSV(B) 334.02º 0.59% 0.65% -
XYZ 20.4 13.26 16.24 -
YUV 101.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 165 68 110 0 0.59 0.33 0.35 334.02 0.42 0.46
Hex A5 44 6E 0 3B 21 23 14E 2A 2E
Octal 245 104 156 0 73 41 43 516 52 56
Binary 10100101 1000100 1101110 0 111011 100001 100011 101001110 101010 101110

Color Harmonies of #A5446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5446E

Black with #A5446E

Text Example


Text Example

White with #A5446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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