Html Css Color HEX #A73866 Rouge

📋 copy color: '#A73866'

red 167 ◦ green 56 ◦ blue 102

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

Shades of Rouge #A73866

Tints of Rouge #A73866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 51.38%
G = 17.23%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A73866 (or 0xA73866) is known color: Rouge. HEX triplet: A7, 38 and 66. RGB value is (167,56,102). Sum of RGB (Red+Green+Blue) = 167+56+102=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A73866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73866 is #58C799. Grayscale: #5E5E5E. Windows color (decimal): -5818266 or 6699175. OLE color: 6699175.

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

Color convert

RGB 167 56 102 -
CMYK 0 0.66 0.39 0.35
HSL 335.14º 0.5% 0.44% -
HSV(B) 335.14º 0.66% 0.65% -
XYZ 19.75 12 13.85 -
YUV 94.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 167 56 102 0 0.66 0.39 0.35 335.14 0.5 0.44
Hex A7 38 66 0 42 27 23 14F 32 2C
Octal 247 70 146 0 102 47 43 517 62 54
Binary 10100111 111000 1100110 0 1000010 100111 100011 101001111 110010 101100

Color Harmonies of #A73866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73866

Black with #A73866

Text Example


Text Example

White with #A73866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73866; }

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

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

background-color css

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

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

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

border-color css

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

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

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