Html Css Color HEX #A7355F Rouge

📋 copy color: '#A7355F'

red 167 ◦ green 53 ◦ blue 95

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

Shades of Rouge #A7355F

Tints of Rouge #A7355F

RGB

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

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

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

R = 53.02%
G = 16.83%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7355F (or 0xA7355F) is known color: Rouge. HEX triplet: A7, 35 and 5F. RGB value is (167,53,95). Sum of RGB (Red+Green+Blue) = 167+53+95=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7355F is #58CAA0. Grayscale: #5B5B5B. Windows color (decimal): -5819041 or 6239655. OLE color: 6239655.

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

Color convert

RGB 167 53 95 -
CMYK 0 0.68 0.43 0.35
HSL 337.89º 0.52% 0.43% -
HSV(B) 337.89º 0.68% 0.65% -
XYZ 19.28 11.59 12.05 -
YUV 91.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 167 53 95 0 0.68 0.43 0.35 337.89 0.52 0.43
Hex A7 35 5F 0 44 2B 23 152 34 2B
Octal 247 65 137 0 104 53 43 522 64 53
Binary 10100111 110101 1011111 0 1000100 101011 100011 101010010 110100 101011

Color Harmonies of #A7355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7355F

Black with #A7355F

Text Example


Text Example

White with #A7355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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