Html Css Color HEX #A8426C Rouge

📋 copy color: '#A8426C'

red 168 ◦ green 66 ◦ blue 108

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

Shades of Rouge #A8426C

Tints of Rouge #A8426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 49.12%
G = 19.3%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8426C (or 0xA8426C) is known color: Rouge. HEX triplet: A8, 42 and 6C. RGB value is (168,66,108). Sum of RGB (Red+Green+Blue) = 168+66+108=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8426C is #57BD93. Grayscale: #656565. Windows color (decimal): -5750164 or 7094952. OLE color: 7094952.

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

Color convert

RGB 168 66 108 -
CMYK 0 0.61 0.36 0.34
HSL 335.29º 0.44% 0.46% -
HSV(B) 335.29º 0.61% 0.66% -
XYZ 20.8 13.3 15.66 -
YUV 101.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 168 66 108 0 0.61 0.36 0.34 335.29 0.44 0.46
Hex A8 42 6C 0 3D 24 22 14F 2C 2E
Octal 250 102 154 0 75 44 42 517 54 56
Binary 10101000 1000010 1101100 0 111101 100100 100010 101001111 101100 101110

Color Harmonies of #A8426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8426C

Black with #A8426C

Text Example


Text Example

White with #A8426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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