Html Css Color HEX #A8486D Rouge

📋 copy color: '#A8486D'

red 168 ◦ green 72 ◦ blue 109

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

Shades of Rouge #A8486D

Tints of Rouge #A8486D

RGB

 RED value IS 168 (66.02% from 255) = 48.14%

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

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

R = 48.14%
G = 20.63%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8486D (or 0xA8486D) is known color: Rouge. HEX triplet: A8, 48 and 6D. RGB value is (168,72,109). Sum of RGB (Red+Green+Blue) = 168+72+109=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8486D is #57B792. Grayscale: #686868. Windows color (decimal): -5748627 or 7162024. OLE color: 7162024.

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

Color convert

RGB 168 72 109 -
CMYK 0 0.57 0.35 0.34
HSL 336.88º 0.4% 0.47% -
HSV(B) 336.88º 0.57% 0.66% -
XYZ 21.23 14.06 16.06 -
YUV 104.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 168 72 109 0 0.57 0.35 0.34 336.88 0.4 0.47
Hex A8 48 6D 0 39 23 22 151 28 2F
Octal 250 110 155 0 71 43 42 521 50 57
Binary 10101000 1001000 1101101 0 111001 100011 100010 101010001 101000 101111

Color Harmonies of #A8486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8486D

Black with #A8486D

Text Example


Text Example

White with #A8486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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