Html Css Color HEX #A03768 Rouge

📋 copy color: '#A03768'

red 160 ◦ green 55 ◦ blue 104

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

Shades of Rouge #A03768

Tints of Rouge #A03768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

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

R = 50.16%
G = 17.24%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A03768 (or 0xA03768) is known color: Rouge. HEX triplet: A0, 37 and 68. RGB value is (160,55,104). Sum of RGB (Red+Green+Blue) = 160+55+104=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A03768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03768 is #5FC897. Grayscale: #5B5B5B. Windows color (decimal): -6277272 or 6829984. OLE color: 6829984.

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

Color convert

RGB 160 55 104 -
CMYK 0 0.66 0.35 0.37
HSL 332º 0.49% 0.42% -
HSV(B) 332º 0.66% 0.63% -
XYZ 18.36 11.21 14.29 -
YUV 91.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 160 55 104 0 0.66 0.35 0.37 332 0.49 0.42
Hex A0 37 68 0 42 23 25 14C 31 2A
Octal 240 67 150 0 102 43 45 514 61 52
Binary 10100000 110111 1101000 0 1000010 100011 100101 101001100 110001 101010

Color Harmonies of #A03768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03768

Black with #A03768

Text Example


Text Example

White with #A03768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03768; }

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

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

background-color css

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

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

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

border-color css

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

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

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