Html Css Color HEX #A7306A Rouge

📋 copy color: '#A7306A'

red 167 ◦ green 48 ◦ blue 106

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

Shades of Rouge #A7306A

Tints of Rouge #A7306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 52.02%
G = 14.95%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A7306A (or 0xA7306A) is known color: Rouge. HEX triplet: A7, 30 and 6A. RGB value is (167,48,106). Sum of RGB (Red+Green+Blue) = 167+48+106=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A7306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7306A is #58CF95. Grayscale: #5A5A5A. Windows color (decimal): -5820310 or 6959271. OLE color: 6959271.

HSL color Cylindrical-coordinate representation of color #A7306A: hue angle of 330.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7306A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 106 -
CMYK 0 0.71 0.37 0.35
HSL 330.76º 0.55% 0.42% -
HSV(B) 330.76º 0.71% 0.65% -
XYZ 19.59 11.37 14.8 -
YUV 90.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 167 48 106 0 0.71 0.37 0.35 330.76 0.55 0.42
Hex A7 30 6A 0 47 25 23 14B 37 2A
Octal 247 60 152 0 107 45 43 513 67 52
Binary 10100111 110000 1101010 0 1000111 100101 100011 101001011 110111 101010

Color Harmonies of #A7306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7306A

Black with #A7306A

Text Example


Text Example

White with #A7306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7306A; }

 p { color: rgb(167,48,106); }

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

background-color css

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

 a { background-color: rgb(167,48,106); }

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

border-color css

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

 span { border-color: rgb(167,48,106); }

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