Html Css Color HEX #A5345E Rouge

📋 copy color: '#A5345E'

red 165 ◦ green 52 ◦ blue 94

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

Shades of Rouge #A5345E

Tints of Rouge #A5345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 53.05%
G = 16.72%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5345E (or 0xA5345E) is known color: Rouge. HEX triplet: A5, 34 and 5E. RGB value is (165,52,94). Sum of RGB (Red+Green+Blue) = 165+52+94=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5345E is #5ACBA1. Grayscale: #5A5A5A. Windows color (decimal): -5950370 or 6173861. OLE color: 6173861.

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

Color convert

RGB 165 52 94 -
CMYK 0 0.68 0.43 0.35
HSL 337.7º 0.52% 0.43% -
HSV(B) 337.7º 0.68% 0.65% -
XYZ 18.77 11.26 11.77 -
YUV 90.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 165 52 94 0 0.68 0.43 0.35 337.7 0.52 0.43
Hex A5 34 5E 0 44 2B 23 152 34 2B
Octal 245 64 136 0 104 53 43 522 64 53
Binary 10100101 110100 1011110 0 1000100 101011 100011 101010010 110100 101011

Color Harmonies of #A5345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5345E

Black with #A5345E

Text Example


Text Example

White with #A5345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5345E; }

 p { color: rgb(165,52,94); }

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

background-color css

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

 a { background-color: rgb(165,52,94); }

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

border-color css

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

 span { border-color: rgb(165,52,94); }

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