Html Css Color HEX #A73975 Rouge

📋 copy color: '#A73975'

red 167 ◦ green 57 ◦ blue 117

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

Shades of Rouge #A73975

Tints of Rouge #A73975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 48.97%
G = 16.72%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A73975 (or 0xA73975) is known color: Rouge. HEX triplet: A7, 39 and 75. RGB value is (167,57,117). Sum of RGB (Red+Green+Blue) = 167+57+117=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A73975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73975 is #58C68A. Grayscale: #606060. Windows color (decimal): -5817995 or 7682471. OLE color: 7682471.

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

Color convert

RGB 167 57 117 -
CMYK 0 0.66 0.30 0.35
HSL 327.27º 0.49% 0.44% -
HSV(B) 327.27º 0.66% 0.65% -
XYZ 20.61 12.43 18.14 -
YUV 96.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 167 57 117 0 0.66 0.30 0.35 327.27 0.49 0.44
Hex A7 39 75 0 42 1E 23 147 31 2C
Octal 247 71 165 0 102 36 43 507 61 54
Binary 10100111 111001 1110101 0 1000010 11110 100011 101000111 110001 101100

Color Harmonies of #A73975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73975

Black with #A73975

Text Example


Text Example

White with #A73975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73975; }

 p { color: rgb(167,57,117); }

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

background-color css

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

 a { background-color: rgb(167,57,117); }

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

border-color css

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

 span { border-color: rgb(167,57,117); }

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