Html Css Color HEX #A04670 Rouge

📋 copy color: '#A04670'

red 160 ◦ green 70 ◦ blue 112

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

Shades of Rouge #A04670

Tints of Rouge #A04670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 46.78%
G = 20.47%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A04670 (or 0xA04670) is known color: Rouge. HEX triplet: A0, 46 and 70. RGB value is (160,70,112). Sum of RGB (Red+Green+Blue) = 160+70+112=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A04670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04670 is #5FB98F. Grayscale: #656565. Windows color (decimal): -6273424 or 7358112. OLE color: 7358112.

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

Color convert

RGB 160 70 112 -
CMYK 0 0.56 0.30 0.37
HSL 332º 0.39% 0.45% -
HSV(B) 332º 0.56% 0.63% -
XYZ 19.61 13.02 16.81 -
YUV 101.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 160 70 112 0 0.56 0.30 0.37 332 0.39 0.45
Hex A0 46 70 0 38 1E 25 14C 27 2D
Octal 240 106 160 0 70 36 45 514 47 55
Binary 10100000 1000110 1110000 0 111000 11110 100101 101001100 100111 101101

Color Harmonies of #A04670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04670

Black with #A04670

Text Example


Text Example

White with #A04670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04670; }

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

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

background-color css

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

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

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

border-color css

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

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

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