Html Css Color HEX #A5356E Rouge

📋 copy color: '#A5356E'

red 165 ◦ green 53 ◦ blue 110

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

Shades of Rouge #A5356E

Tints of Rouge #A5356E

RGB

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

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

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

R = 50.3%
G = 16.16%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5356E (or 0xA5356E) is known color: Rouge. HEX triplet: A5, 35 and 6E. RGB value is (165,53,110). Sum of RGB (Red+Green+Blue) = 165+53+110=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5356E is #5ACA91. Grayscale: #5C5C5C. Windows color (decimal): -5950098 or 7222693. OLE color: 7222693.

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

Color convert

RGB 165 53 110 -
CMYK 0 0.68 0.33 0.35
HSL 329.46º 0.51% 0.43% -
HSV(B) 329.46º 0.68% 0.65% -
XYZ 19.6 11.67 15.97 -
YUV 92.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 165 53 110 0 0.68 0.33 0.35 329.46 0.51 0.43
Hex A5 35 6E 0 44 21 23 149 33 2B
Octal 245 65 156 0 104 41 43 511 63 53
Binary 10100101 110101 1101110 0 1000100 100001 100011 101001001 110011 101011

Color Harmonies of #A5356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5356E

Black with #A5356E

Text Example


Text Example

White with #A5356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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