Html Css Color HEX #A04060 Rouge

📋 copy color: '#A04060'

red 160 ◦ green 64 ◦ blue 96

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

Shades of Rouge #A04060

Tints of Rouge #A04060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A04060 (or 0xA04060) is known color: Rouge. HEX triplet: A0, 40 and 60. RGB value is (160,64,96). Sum of RGB (Red+Green+Blue) = 160+64+96=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A04060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04060 is #5FBF9F. Grayscale: #606060. Windows color (decimal): -6274976 or 6308000. OLE color: 6308000.

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

Color convert

RGB 160 64 96 -
CMYK 0 0.6 0.4 0.37
HSL 340º 0.43% 0.44% -
HSV(B) 340º 0.6% 0.63% -
XYZ 18.44 11.98 12.41 -
YUV 96.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 160 64 96 0 0.6 0.4 0.37 340 0.43 0.44
Hex A0 40 60 0 3C 28 25 154 2B 2C
Octal 240 100 140 0 74 50 45 524 53 54
Binary 10100000 1000000 1100000 0 111100 101000 100101 101010100 101011 101100

Color Harmonies of #A04060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04060

Black with #A04060

Text Example


Text Example

White with #A04060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04060; }

 p { color: rgb(160,64,96); }

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

background-color css

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

 a { background-color: rgb(160,64,96); }

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

border-color css

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

 span { border-color: rgb(160,64,96); }

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