Html Css Color HEX #A5345D Rouge

📋 copy color: '#A5345D'

red 165 ◦ green 52 ◦ blue 93

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

Shades of Rouge #A5345D

Tints of Rouge #A5345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 53.23%
G = 16.77%
B = 30%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5345D (or 0xA5345D) is known color: Rouge. HEX triplet: A5, 34 and 5D. RGB value is (165,52,93). Sum of RGB (Red+Green+Blue) = 165+52+93=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5345D is #5ACBA2. Grayscale: #5A5A5A. Windows color (decimal): -5950371 or 6108325. OLE color: 6108325.

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

Color convert

RGB 165 52 93 -
CMYK 0 0.68 0.44 0.35
HSL 338.23º 0.52% 0.43% -
HSV(B) 338.23º 0.68% 0.65% -
XYZ 18.72 11.25 11.54 -
YUV 90.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 165 52 93 0 0.68 0.44 0.35 338.23 0.52 0.43
Hex A5 34 5D 0 44 2C 23 152 34 2B
Octal 245 64 135 0 104 54 43 522 64 53
Binary 10100101 110100 1011101 0 1000100 101100 100011 101010010 110100 101011

Color Harmonies of #A5345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5345D

Black with #A5345D

Text Example


Text Example

White with #A5345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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