Html Css Color HEX #A73872 Rouge

📋 copy color: '#A73872'

red 167 ◦ green 56 ◦ blue 114

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

Shades of Rouge #A73872

Tints of Rouge #A73872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 49.55%
G = 16.62%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A73872 (or 0xA73872) is known color: Rouge. HEX triplet: A7, 38 and 72. RGB value is (167,56,114). Sum of RGB (Red+Green+Blue) = 167+56+114=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A73872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73872 is #58C78D. Grayscale: #5F5F5F. Windows color (decimal): -5818254 or 7485607. OLE color: 7485607.

HSL color Cylindrical-coordinate representation of color #A73872: hue angle of 328.65º degrees, saturation: 0.5, 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 #A73872 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 56 114 -
CMYK 0 0.66 0.32 0.35
HSL 328.65º 0.5% 0.44% -
HSV(B) 328.65º 0.66% 0.65% -
XYZ 20.39 12.26 17.21 -
YUV 95.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 167 56 114 0 0.66 0.32 0.35 328.65 0.5 0.44
Hex A7 38 72 0 42 20 23 149 32 2C
Octal 247 70 162 0 102 40 43 511 62 54
Binary 10100111 111000 1110010 0 1000010 100000 100011 101001001 110010 101100

Color Harmonies of #A73872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73872

Black with #A73872

Text Example


Text Example

White with #A73872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73872; }

 p { color: rgb(167,56,114); }

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

background-color css

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

 a { background-color: rgb(167,56,114); }

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

border-color css

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

 span { border-color: rgb(167,56,114); }

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