Html Css Color HEX #A8406D Rouge

📋 copy color: '#A8406D'

red 168 ◦ green 64 ◦ blue 109

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

Shades of Rouge #A8406D

Tints of Rouge #A8406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

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

R = 49.27%
G = 18.77%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8406D (or 0xA8406D) is known color: Rouge. HEX triplet: A8, 40 and 6D. RGB value is (168,64,109). Sum of RGB (Red+Green+Blue) = 168+64+109=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8406D is #57BF92. Grayscale: #646464. Windows color (decimal): -5750675 or 7159976. OLE color: 7159976.

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

Color convert

RGB 168 64 109 -
CMYK 0 0.62 0.35 0.34
HSL 334.04º 0.45% 0.45% -
HSV(B) 334.04º 0.62% 0.66% -
XYZ 20.74 13.1 15.9 -
YUV 100.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 168 64 109 0 0.62 0.35 0.34 334.04 0.45 0.45
Hex A8 40 6D 0 3E 23 22 14E 2D 2D
Octal 250 100 155 0 76 43 42 516 55 55
Binary 10101000 1000000 1101101 0 111110 100011 100010 101001110 101101 101101

Color Harmonies of #A8406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8406D

Black with #A8406D

Text Example


Text Example

White with #A8406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8406D; }

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

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

background-color css

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

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

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

border-color css

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

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

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