Html Css Color HEX #A8426F Rouge

📋 copy color: '#A8426F'

red 168 ◦ green 66 ◦ blue 111

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

Shades of Rouge #A8426F

Tints of Rouge #A8426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 48.7%
G = 19.13%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8426F (or 0xA8426F) is known color: Rouge. HEX triplet: A8, 42 and 6F. RGB value is (168,66,111). Sum of RGB (Red+Green+Blue) = 168+66+111=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8426F is #57BD90. Grayscale: #656565. Windows color (decimal): -5750161 or 7291560. OLE color: 7291560.

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

Color convert

RGB 168 66 111 -
CMYK 0 0.61 0.34 0.34
HSL 333.53º 0.44% 0.46% -
HSV(B) 333.53º 0.61% 0.66% -
XYZ 20.97 13.37 16.51 -
YUV 101.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 168 66 111 0 0.61 0.34 0.34 333.53 0.44 0.46
Hex A8 42 6F 0 3D 22 22 14E 2C 2E
Octal 250 102 157 0 75 42 42 516 54 56
Binary 10101000 1000010 1101111 0 111101 100010 100010 101001110 101100 101110

Color Harmonies of #A8426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8426F

Black with #A8426F

Text Example


Text Example

White with #A8426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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