Html Css Color HEX #A73969 Rouge

📋 copy color: '#A73969'

red 167 ◦ green 57 ◦ blue 105

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

Shades of Rouge #A73969

Tints of Rouge #A73969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 50.76%
G = 17.33%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A73969 (or 0xA73969) is known color: Rouge. HEX triplet: A7, 39 and 69. RGB value is (167,57,105). Sum of RGB (Red+Green+Blue) = 167+57+105=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A73969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73969 is #58C696. Grayscale: #5F5F5F. Windows color (decimal): -5818007 or 6896039. OLE color: 6896039.

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

Color convert

RGB 167 57 105 -
CMYK 0 0.66 0.37 0.35
HSL 333.82º 0.49% 0.44% -
HSV(B) 333.82º 0.66% 0.65% -
XYZ 19.95 12.16 14.66 -
YUV 95.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 167 57 105 0 0.66 0.37 0.35 333.82 0.49 0.44
Hex A7 39 69 0 42 25 23 14E 31 2C
Octal 247 71 151 0 102 45 43 516 61 54
Binary 10100111 111001 1101001 0 1000010 100101 100011 101001110 110001 101100

Color Harmonies of #A73969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73969

Black with #A73969

Text Example


Text Example

White with #A73969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73969; }

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

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

background-color css

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

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

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

border-color css

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

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

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