Html Css Color HEX #A7345D Rouge

📋 copy color: '#A7345D'

red 167 ◦ green 52 ◦ blue 93

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

Shades of Rouge #A7345D

Tints of Rouge #A7345D

RGB

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

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

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

R = 53.53%
G = 16.67%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7345D (or 0xA7345D) is known color: Rouge. HEX triplet: A7, 34 and 5D. RGB value is (167,52,93). Sum of RGB (Red+Green+Blue) = 167+52+93=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7345D is #58CBA2. Grayscale: #5B5B5B. Windows color (decimal): -5819299 or 6108327. OLE color: 6108327.

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

Color convert

RGB 167 52 93 -
CMYK 0 0.69 0.44 0.35
HSL 338.61º 0.53% 0.43% -
HSV(B) 338.61º 0.69% 0.65% -
XYZ 19.14 11.46 11.56 -
YUV 91.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 167 52 93 0 0.69 0.44 0.35 338.61 0.53 0.43
Hex A7 34 5D 0 45 2C 23 153 35 2B
Octal 247 64 135 0 105 54 43 523 65 53
Binary 10100111 110100 1011101 0 1000101 101100 100011 101010011 110101 101011

Color Harmonies of #A7345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7345D

Black with #A7345D

Text Example


Text Example

White with #A7345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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