Html Css Color HEX #A03964 Rouge

📋 copy color: '#A03964'

red 160 ◦ green 57 ◦ blue 100

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

Shades of Rouge #A03964

Tints of Rouge #A03964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.55%

R = 50.47%
G = 17.98%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A03964 (or 0xA03964) is known color: Rouge. HEX triplet: A0, 39 and 64. RGB value is (160,57,100). Sum of RGB (Red+Green+Blue) = 160+57+100=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A03964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03964 is #5FC69B. Grayscale: #5C5C5C. Windows color (decimal): -6276764 or 6568352. OLE color: 6568352.

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

Color convert

RGB 160 57 100 -
CMYK 0 0.64 0.38 0.37
HSL 334.95º 0.47% 0.43% -
HSV(B) 334.95º 0.64% 0.63% -
XYZ 18.26 11.32 13.28 -
YUV 92.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 160 57 100 0 0.64 0.38 0.37 334.95 0.47 0.43
Hex A0 39 64 0 40 26 25 14F 2F 2B
Octal 240 71 144 0 100 46 45 517 57 53
Binary 10100000 111001 1100100 0 1000000 100110 100101 101001111 101111 101011

Color Harmonies of #A03964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03964

Black with #A03964

Text Example


Text Example

White with #A03964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03964; }

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

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

background-color css

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

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

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

border-color css

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

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

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