Html Css Color HEX #A0426B Rouge

📋 copy color: '#A0426B'

red 160 ◦ green 66 ◦ blue 107

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

Shades of Rouge #A0426B

Tints of Rouge #A0426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 48.05%
G = 19.82%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0426B (or 0xA0426B) is known color: Rouge. HEX triplet: A0, 42 and 6B. RGB value is (160,66,107). Sum of RGB (Red+Green+Blue) = 160+66+107=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0426B is #5FBD94. Grayscale: #626262. Windows color (decimal): -6274453 or 7029408. OLE color: 7029408.

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

Color convert

RGB 160 66 107 -
CMYK 0 0.59 0.33 0.37
HSL 333.83º 0.42% 0.44% -
HSV(B) 333.83º 0.59% 0.63% -
XYZ 19.1 12.43 15.3 -
YUV 98.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 160 66 107 0 0.59 0.33 0.37 333.83 0.42 0.44
Hex A0 42 6B 0 3B 21 25 14E 2A 2C
Octal 240 102 153 0 73 41 45 516 52 54
Binary 10100000 1000010 1101011 0 111011 100001 100101 101001110 101010 101100

Color Harmonies of #A0426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0426B

Black with #A0426B

Text Example


Text Example

White with #A0426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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