Html Css Color HEX #A04366 Rouge

📋 copy color: '#A04366'

red 160 ◦ green 67 ◦ blue 102

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

Shades of Rouge #A04366

Tints of Rouge #A04366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 48.63%
G = 20.36%
B = 31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A04366 (or 0xA04366) is known color: Rouge. HEX triplet: A0, 43 and 66. RGB value is (160,67,102). Sum of RGB (Red+Green+Blue) = 160+67+102=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04366 is #5FBC99. Grayscale: #626262. Windows color (decimal): -6274202 or 6701984. OLE color: 6701984.

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

Color convert

RGB 160 67 102 -
CMYK 0 0.58 0.36 0.37
HSL 337.42º 0.41% 0.45% -
HSV(B) 337.42º 0.58% 0.63% -
XYZ 18.9 12.45 13.98 -
YUV 98.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 160 67 102 0 0.58 0.36 0.37 337.42 0.41 0.45
Hex A0 43 66 0 3A 24 25 151 29 2D
Octal 240 103 146 0 72 44 45 521 51 55
Binary 10100000 1000011 1100110 0 111010 100100 100101 101010001 101001 101101

Color Harmonies of #A04366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04366

Black with #A04366

Text Example


Text Example

White with #A04366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04366; }

 p { color: rgb(160,67,102); }

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

background-color css

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

 a { background-color: rgb(160,67,102); }

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

border-color css

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

 span { border-color: rgb(160,67,102); }

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