Html Css Color HEX #A2395D Rouge

📋 copy color: '#A2395D'

red 162 ◦ green 57 ◦ blue 93

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

Shades of Rouge #A2395D

Tints of Rouge #A2395D

RGB

 RED value IS 162 (63.67% from 255) = 51.92%

 GREEN value IS 57 (22.66% from 255) = 18.27%

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

R = 51.92%
G = 18.27%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2395D (or 0xA2395D) is known color: Rouge. HEX triplet: A2, 39 and 5D. RGB value is (162,57,93). Sum of RGB (Red+Green+Blue) = 162+57+93=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2395D is #5DC6A2. Grayscale: #5C5C5C. Windows color (decimal): -6145699 or 6109602. OLE color: 6109602.

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

Color convert

RGB 162 57 93 -
CMYK 0 0.65 0.43 0.36
HSL 339.43º 0.48% 0.43% -
HSV(B) 339.43º 0.65% 0.64% -
XYZ 18.34 11.4 11.59 -
YUV 92.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 162 57 93 0 0.65 0.43 0.36 339.43 0.48 0.43
Hex A2 39 5D 0 41 2B 24 153 30 2B
Octal 242 71 135 0 101 53 44 523 60 53
Binary 10100010 111001 1011101 0 1000001 101011 100100 101010011 110000 101011

Color Harmonies of #A2395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2395D

Black with #A2395D

Text Example


Text Example

White with #A2395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2395D; }

 p { color: rgb(162,57,93); }

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

background-color css

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

 a { background-color: rgb(162,57,93); }

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

border-color css

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

 span { border-color: rgb(162,57,93); }

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