Html Css Color HEX #A8426A Rouge

📋 copy color: '#A8426A'

red 168 ◦ green 66 ◦ blue 106

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

Shades of Rouge #A8426A

Tints of Rouge #A8426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 49.41%
G = 19.41%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8426A (or 0xA8426A) is known color: Rouge. HEX triplet: A8, 42 and 6A. RGB value is (168,66,106). Sum of RGB (Red+Green+Blue) = 168+66+106=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8426A is #57BD95. Grayscale: #656565. Windows color (decimal): -5750166 or 6963880. OLE color: 6963880.

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

Color convert

RGB 168 66 106 -
CMYK 0 0.61 0.37 0.34
HSL 336.47º 0.44% 0.46% -
HSV(B) 336.47º 0.61% 0.66% -
XYZ 20.7 13.26 15.1 -
YUV 101.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 168 66 106 0 0.61 0.37 0.34 336.47 0.44 0.46
Hex A8 42 6A 0 3D 25 22 150 2C 2E
Octal 250 102 152 0 75 45 42 520 54 56
Binary 10101000 1000010 1101010 0 111101 100101 100010 101010000 101100 101110

Color Harmonies of #A8426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8426A

Black with #A8426A

Text Example


Text Example

White with #A8426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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