Html Css Color HEX #A03670 Rouge

📋 copy color: '#A03670'

red 160 ◦ green 54 ◦ blue 112

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

Shades of Rouge #A03670

Tints of Rouge #A03670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 49.08%
G = 16.56%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A03670 (or 0xA03670) is known color: Rouge. HEX triplet: A0, 36 and 70. RGB value is (160,54,112). Sum of RGB (Red+Green+Blue) = 160+54+112=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03670 is #5FC98F. Grayscale: #5C5C5C. Windows color (decimal): -6277520 or 7354016. OLE color: 7354016.

HSL color Cylindrical-coordinate representation of color #A03670: hue angle of 327.17º degrees, saturation: 0.5, 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 #A03670 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 54 112 -
CMYK 0 0.66 0.30 0.37
HSL 327.17º 0.5% 0.42% -
HSV(B) 327.17º 0.66% 0.63% -
XYZ 18.74 11.28 16.52 -
YUV 92.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 160 54 112 0 0.66 0.30 0.37 327.17 0.5 0.42
Hex A0 36 70 0 42 1E 25 147 32 2A
Octal 240 66 160 0 102 36 45 507 62 52
Binary 10100000 110110 1110000 0 1000010 11110 100101 101000111 110010 101010

Color Harmonies of #A03670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03670

Black with #A03670

Text Example


Text Example

White with #A03670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03670; }

 p { color: rgb(160,54,112); }

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

background-color css

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

 a { background-color: rgb(160,54,112); }

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

border-color css

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

 span { border-color: rgb(160,54,112); }

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