Html Css Color HEX #A8486E Rouge

📋 copy color: '#A8486E'

red 168 ◦ green 72 ◦ blue 110

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

Shades of Rouge #A8486E

Tints of Rouge #A8486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 48%
G = 20.57%
B = 31.43%

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

#A8486E (or 0xA8486E) is known color: Rouge. HEX triplet: A8, 48 and 6E. RGB value is (168,72,110). Sum of RGB (Red+Green+Blue) = 168+72+110=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8486E is #57B791. Grayscale: #686868. Windows color (decimal): -5748626 or 7227560. OLE color: 7227560.

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

Color convert

RGB 168 72 110 -
CMYK 0 0.57 0.35 0.34
HSL 336.25º 0.4% 0.47% -
HSV(B) 336.25º 0.57% 0.66% -
XYZ 21.28 14.09 16.35 -
YUV 105.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 168 72 110 0 0.57 0.35 0.34 336.25 0.4 0.47
Hex A8 48 6E 0 39 23 22 150 28 2F
Octal 250 110 156 0 71 43 42 520 50 57
Binary 10101000 1001000 1101110 0 111001 100011 100010 101010000 101000 101111

Color Harmonies of #A8486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8486E

Black with #A8486E

Text Example


Text Example

White with #A8486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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