Html Css Color HEX #A7395E Rouge

📋 copy color: '#A7395E'

red 167 ◦ green 57 ◦ blue 94

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

Shades of Rouge #A7395E

Tints of Rouge #A7395E

RGB

 RED value IS 167 (65.63% from 255) = 52.52%

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

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

R = 52.52%
G = 17.92%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7395E (or 0xA7395E) is known color: Rouge. HEX triplet: A7, 39 and 5E. RGB value is (167,57,94). Sum of RGB (Red+Green+Blue) = 167+57+94=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A7395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7395E is #58C6A1. Grayscale: #5E5E5E. Windows color (decimal): -5818018 or 6175143. OLE color: 6175143.

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

Color convert

RGB 167 57 94 -
CMYK 0 0.66 0.44 0.35
HSL 339.82º 0.49% 0.44% -
HSV(B) 339.82º 0.66% 0.65% -
XYZ 19.42 11.95 11.87 -
YUV 94.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 167 57 94 0 0.66 0.44 0.35 339.82 0.49 0.44
Hex A7 39 5E 0 42 2C 23 154 31 2C
Octal 247 71 136 0 102 54 43 524 61 54
Binary 10100111 111001 1011110 0 1000010 101100 100011 101010100 110001 101100

Color Harmonies of #A7395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7395E

Black with #A7395E

Text Example


Text Example

White with #A7395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7395E; }

 p { color: rgb(167,57,94); }

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

background-color css

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

 a { background-color: rgb(167,57,94); }

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

border-color css

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

 span { border-color: rgb(167,57,94); }

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