Html Css Color HEX #A03B6C Rouge

📋 copy color: '#A03B6C'

red 160 ◦ green 59 ◦ blue 108

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

Shades of Rouge #A03B6C

Tints of Rouge #A03B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

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

R = 48.93%
G = 18.04%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A03B6C (or 0xA03B6C) is known color: Rouge. HEX triplet: A0, 3B and 6C. RGB value is (160,59,108). Sum of RGB (Red+Green+Blue) = 160+59+108=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B6C is #5FC493. Grayscale: #5E5E5E. Windows color (decimal): -6276244 or 7093152. OLE color: 7093152.

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

Color convert

RGB 160 59 108 -
CMYK 0 0.63 0.32 0.37
HSL 330.89º 0.46% 0.43% -
HSV(B) 330.89º 0.63% 0.63% -
XYZ 18.77 11.68 15.45 -
YUV 94.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 160 59 108 0 0.63 0.32 0.37 330.89 0.46 0.43
Hex A0 3B 6C 0 3F 20 25 14B 2E 2B
Octal 240 73 154 0 77 40 45 513 56 53
Binary 10100000 111011 1101100 0 111111 100000 100101 101001011 101110 101011

Color Harmonies of #A03B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B6C

Black with #A03B6C

Text Example


Text Example

White with #A03B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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