Html Css Color HEX #A03E68 Rouge

📋 copy color: '#A03E68'

red 160 ◦ green 62 ◦ blue 104

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

Shades of Rouge #A03E68

Tints of Rouge #A03E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 49.08%
G = 19.02%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A03E68 (or 0xA03E68) is known color: Rouge. HEX triplet: A0, 3E and 68. RGB value is (160,62,104). Sum of RGB (Red+Green+Blue) = 160+62+104=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E68 is #5FC197. Grayscale: #606060. Windows color (decimal): -6275480 or 6831776. OLE color: 6831776.

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

Color convert

RGB 160 62 104 -
CMYK 0 0.61 0.35 0.37
HSL 334.29º 0.44% 0.44% -
HSV(B) 334.29º 0.61% 0.63% -
XYZ 18.72 11.92 14.41 -
YUV 96.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 160 62 104 0 0.61 0.35 0.37 334.29 0.44 0.44
Hex A0 3E 68 0 3D 23 25 14E 2C 2C
Octal 240 76 150 0 75 43 45 516 54 54
Binary 10100000 111110 1101000 0 111101 100011 100101 101001110 101100 101100

Color Harmonies of #A03E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03E68

Black with #A03E68

Text Example


Text Example

White with #A03E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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