Html Css Color HEX #A03E6C Rouge

📋 copy color: '#A03E6C'

red 160 ◦ green 62 ◦ blue 108

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

Shades of Rouge #A03E6C

Tints of Rouge #A03E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 48.48%
G = 18.79%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A03E6C (or 0xA03E6C) is known color: Rouge. HEX triplet: A0, 3E and 6C. RGB value is (160,62,108). Sum of RGB (Red+Green+Blue) = 160+62+108=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E6C is #5FC193. Grayscale: #606060. Windows color (decimal): -6275476 or 7093920. OLE color: 7093920.

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

Color convert

RGB 160 62 108 -
CMYK 0 0.61 0.32 0.37
HSL 331.84º 0.44% 0.44% -
HSV(B) 331.84º 0.61% 0.63% -
XYZ 18.93 12 15.51 -
YUV 96.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 160 62 108 0 0.61 0.32 0.37 331.84 0.44 0.44
Hex A0 3E 6C 0 3D 20 25 14C 2C 2C
Octal 240 76 154 0 75 40 45 514 54 54
Binary 10100000 111110 1101100 0 111101 100000 100101 101001100 101100 101100

Color Harmonies of #A03E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03E6C

Black with #A03E6C

Text Example


Text Example

White with #A03E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03E6C; }

 p { color: rgb(160,62,108); }

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

background-color css

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

 a { background-color: rgb(160,62,108); }

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

border-color css

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

 span { border-color: rgb(160,62,108); }

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