Html Css Color HEX #A03961 Rouge

📋 copy color: '#A03961'

red 160 ◦ green 57 ◦ blue 97

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

Shades of Rouge #A03961

Tints of Rouge #A03961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 50.96%
G = 18.15%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A03961 (or 0xA03961) is known color: Rouge. HEX triplet: A0, 39 and 61. RGB value is (160,57,97). Sum of RGB (Red+Green+Blue) = 160+57+97=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A03961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03961 is #5FC69E. Grayscale: #5C5C5C. Windows color (decimal): -6276767 or 6371744. OLE color: 6371744.

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

Color convert

RGB 160 57 97 -
CMYK 0 0.64 0.39 0.37
HSL 336.7º 0.47% 0.43% -
HSV(B) 336.7º 0.64% 0.63% -
XYZ 18.12 11.26 12.53 -
YUV 92.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 160 57 97 0 0.64 0.39 0.37 336.7 0.47 0.43
Hex A0 39 61 0 40 27 25 151 2F 2B
Octal 240 71 141 0 100 47 45 521 57 53
Binary 10100000 111001 1100001 0 1000000 100111 100101 101010001 101111 101011

Color Harmonies of #A03961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03961

Black with #A03961

Text Example


Text Example

White with #A03961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03961; }

 p { color: rgb(160,57,97); }

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

background-color css

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

 a { background-color: rgb(160,57,97); }

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

border-color css

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

 span { border-color: rgb(160,57,97); }

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