Html Css Color HEX #A7496A Rouge

📋 copy color: '#A7496A'

red 167 ◦ green 73 ◦ blue 106

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

Shades of Rouge #A7496A

Tints of Rouge #A7496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 48.27%
G = 21.1%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A7496A (or 0xA7496A) is known color: Rouge. HEX triplet: A7, 49 and 6A. RGB value is (167,73,106). Sum of RGB (Red+Green+Blue) = 167+73+106=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7496A is #58B695. Grayscale: #686868. Windows color (decimal): -5813910 or 6965671. OLE color: 6965671.

HSL color Cylindrical-coordinate representation of color #A7496A: hue angle of 338.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7496A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 106 -
CMYK 0 0.56 0.37 0.35
HSL 338.94º 0.39% 0.47% -
HSV(B) 338.94º 0.56% 0.65% -
XYZ 20.92 14.02 15.24 -
YUV 104.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 167 73 106 0 0.56 0.37 0.35 338.94 0.39 0.47
Hex A7 49 6A 0 38 25 23 153 27 2F
Octal 247 111 152 0 70 45 43 523 47 57
Binary 10100111 1001001 1101010 0 111000 100101 100011 101010011 100111 101111

Color Harmonies of #A7496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7496A

Black with #A7496A

Text Example


Text Example

White with #A7496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7496A; }

 p { color: rgb(167,73,106); }

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

background-color css

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

 a { background-color: rgb(167,73,106); }

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

border-color css

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

 span { border-color: rgb(167,73,106); }

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