Html Css Color HEX #A73065 Rouge

📋 copy color: '#A73065'

red 167 ◦ green 48 ◦ blue 101

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

Shades of Rouge #A73065

Tints of Rouge #A73065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 52.85%
G = 15.19%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A73065 (or 0xA73065) is known color: Rouge. HEX triplet: A7, 30 and 65. RGB value is (167,48,101). Sum of RGB (Red+Green+Blue) = 167+48+101=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A73065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73065 is #58CF9A. Grayscale: #595959. Windows color (decimal): -5820315 or 6631591. OLE color: 6631591.

HSL color Cylindrical-coordinate representation of color #A73065: hue angle of 333.28º 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 #A73065 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 101 -
CMYK 0 0.71 0.40 0.35
HSL 333.28º 0.55% 0.42% -
HSV(B) 333.28º 0.71% 0.65% -
XYZ 19.34 11.27 13.47 -
YUV 89.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 167 48 101 0 0.71 0.40 0.35 333.28 0.55 0.42
Hex A7 30 65 0 47 28 23 14D 37 2A
Octal 247 60 145 0 107 50 43 515 67 52
Binary 10100111 110000 1100101 0 1000111 101000 100011 101001101 110111 101010

Color Harmonies of #A73065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73065

Black with #A73065

Text Example


Text Example

White with #A73065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73065; }

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

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

background-color css

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

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

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

border-color css

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

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

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