Html Css Color HEX #A7486D Rouge

📋 copy color: '#A7486D'

red 167 ◦ green 72 ◦ blue 109

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

Shades of Rouge #A7486D

Tints of Rouge #A7486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 47.99%
G = 20.69%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7486D (or 0xA7486D) is known color: Rouge. HEX triplet: A7, 48 and 6D. RGB value is (167,72,109). Sum of RGB (Red+Green+Blue) = 167+72+109=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A7486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7486D is #58B792. Grayscale: #686868. Windows color (decimal): -5814163 or 7162023. OLE color: 7162023.

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

Color convert

RGB 167 72 109 -
CMYK 0 0.57 0.35 0.35
HSL 336.63º 0.4% 0.47% -
HSV(B) 336.63º 0.57% 0.65% -
XYZ 21.01 13.95 16.05 -
YUV 104.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 167 72 109 0 0.57 0.35 0.35 336.63 0.4 0.47
Hex A7 48 6D 0 39 23 23 151 28 2F
Octal 247 110 155 0 71 43 43 521 50 57
Binary 10100111 1001000 1101101 0 111001 100011 100011 101010001 101000 101111

Color Harmonies of #A7486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7486D

Black with #A7486D

Text Example


Text Example

White with #A7486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7486D; }

 p { color: rgb(167,72,109); }

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

background-color css

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

 a { background-color: rgb(167,72,109); }

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

border-color css

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

 span { border-color: rgb(167,72,109); }

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