Html Css Color HEX #A04464 Rouge

📋 copy color: '#A04464'

red 160 ◦ green 68 ◦ blue 100

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

Shades of Rouge #A04464

Tints of Rouge #A04464

RGB

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

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

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

R = 48.78%
G = 20.73%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A04464 (or 0xA04464) is known color: Rouge. HEX triplet: A0, 44 and 64. RGB value is (160,68,100). Sum of RGB (Red+Green+Blue) = 160+68+100=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A04464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04464 is #5FBB9B. Grayscale: #636363. Windows color (decimal): -6273948 or 6571168. OLE color: 6571168.

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

Color convert

RGB 160 68 100 -
CMYK 0 0.57 0.38 0.37
HSL 339.13º 0.4% 0.45% -
HSV(B) 339.13º 0.58% 0.63% -
XYZ 18.86 12.53 13.48 -
YUV 99.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 160 68 100 0 0.57 0.38 0.37 339.13 0.4 0.45
Hex A0 44 64 0 39 26 25 153 28 2D
Octal 240 104 144 0 71 46 45 523 50 55
Binary 10100000 1000100 1100100 0 111001 100110 100101 101010011 101000 101101

Color Harmonies of #A04464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04464

Black with #A04464

Text Example


Text Example

White with #A04464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04464; }

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

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

background-color css

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

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

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

border-color css

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

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

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