Html Css Color HEX #A04466 Rouge

📋 copy color: '#A04466'

red 160 ◦ green 68 ◦ blue 102

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

Shades of Rouge #A04466

Tints of Rouge #A04466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 48.48%
G = 20.61%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A04466 (or 0xA04466) is known color: Rouge. HEX triplet: A0, 44 and 66. RGB value is (160,68,102). Sum of RGB (Red+Green+Blue) = 160+68+102=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04466 is #5FBB99. Grayscale: #636363. Windows color (decimal): -6273946 or 6702240. OLE color: 6702240.

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

Color convert

RGB 160 68 102 -
CMYK 0 0.57 0.36 0.37
HSL 337.83º 0.4% 0.45% -
HSV(B) 337.83º 0.58% 0.63% -
XYZ 18.96 12.57 14 -
YUV 99.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 160 68 102 0 0.57 0.36 0.37 337.83 0.4 0.45
Hex A0 44 66 0 39 24 25 152 28 2D
Octal 240 104 146 0 71 44 45 522 50 55
Binary 10100000 1000100 1100110 0 111001 100100 100101 101010010 101000 101101

Color Harmonies of #A04466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04466

Black with #A04466

Text Example


Text Example

White with #A04466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04466; }

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

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

background-color css

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

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

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

border-color css

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

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

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