Html Css Color HEX #A8426D Rouge

📋 copy color: '#A8426D'

red 168 ◦ green 66 ◦ blue 109

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

Shades of Rouge #A8426D

Tints of Rouge #A8426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 48.98%
G = 19.24%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8426D (or 0xA8426D) is known color: Rouge. HEX triplet: A8, 42 and 6D. RGB value is (168,66,109). Sum of RGB (Red+Green+Blue) = 168+66+109=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8426D is #57BD92. Grayscale: #656565. Windows color (decimal): -5750163 or 7160488. OLE color: 7160488.

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

Color convert

RGB 168 66 109 -
CMYK 0 0.61 0.35 0.34
HSL 334.71º 0.44% 0.46% -
HSV(B) 334.71º 0.61% 0.66% -
XYZ 20.86 13.33 15.94 -
YUV 101.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 168 66 109 0 0.61 0.35 0.34 334.71 0.44 0.46
Hex A8 42 6D 0 3D 23 22 14F 2C 2E
Octal 250 102 155 0 75 43 42 517 54 56
Binary 10101000 1000010 1101101 0 111101 100011 100010 101001111 101100 101110

Color Harmonies of #A8426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8426D

Black with #A8426D

Text Example


Text Example

White with #A8426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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