Html Css Color HEX #A0426D Rouge

📋 copy color: '#A0426D'

red 160 ◦ green 66 ◦ blue 109

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

Shades of Rouge #A0426D

Tints of Rouge #A0426D

RGB

 RED value IS 160 (62.89% from 255) = 47.76%

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

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

R = 47.76%
G = 19.7%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0426D (or 0xA0426D) is known color: Rouge. HEX triplet: A0, 42 and 6D. RGB value is (160,66,109). Sum of RGB (Red+Green+Blue) = 160+66+109=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0426D is #5FBD92. Grayscale: #626262. Windows color (decimal): -6274451 or 7160480. OLE color: 7160480.

HSL color Cylindrical-coordinate representation of color #A0426D: hue angle of 332.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0426D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 109 -
CMYK 0 0.59 0.32 0.37
HSL 332.55º 0.42% 0.44% -
HSV(B) 332.55º 0.59% 0.63% -
XYZ 19.21 12.47 15.86 -
YUV 99.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 160 66 109 0 0.59 0.32 0.37 332.55 0.42 0.44
Hex A0 42 6D 0 3B 20 25 14D 2A 2C
Octal 240 102 155 0 73 40 45 515 52 54
Binary 10100000 1000010 1101101 0 111011 100000 100101 101001101 101010 101100

Color Harmonies of #A0426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0426D

Black with #A0426D

Text Example


Text Example

White with #A0426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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