Html Css Color HEX #A5355F Rouge

📋 copy color: '#A5355F'

red 165 ◦ green 53 ◦ blue 95

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

Shades of Rouge #A5355F

Tints of Rouge #A5355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 52.72%
G = 16.93%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5355F (or 0xA5355F) is known color: Rouge. HEX triplet: A5, 35 and 5F. RGB value is (165,53,95). Sum of RGB (Red+Green+Blue) = 165+53+95=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5355F is #5ACAA0. Grayscale: #5B5B5B. Windows color (decimal): -5950113 or 6239653. OLE color: 6239653.

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

Color convert

RGB 165 53 95 -
CMYK 0 0.68 0.42 0.35
HSL 337.5º 0.51% 0.43% -
HSV(B) 337.5º 0.68% 0.65% -
XYZ 18.86 11.37 12.03 -
YUV 91.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 165 53 95 0 0.68 0.42 0.35 337.5 0.51 0.43
Hex A5 35 5F 0 44 2A 23 152 33 2B
Octal 245 65 137 0 104 52 43 522 63 53
Binary 10100101 110101 1011111 0 1000100 101010 100011 101010010 110011 101011

Color Harmonies of #A5355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5355F

Black with #A5355F

Text Example


Text Example

White with #A5355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5355F; }

 p { color: rgb(165,53,95); }

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

background-color css

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

 a { background-color: rgb(165,53,95); }

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

border-color css

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

 span { border-color: rgb(165,53,95); }

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