Html Css Color HEX #A04465 Rouge

📋 copy color: '#A04465'

red 160 ◦ green 68 ◦ blue 101

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

Shades of Rouge #A04465

Tints of Rouge #A04465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 48.63%
G = 20.67%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A04465 (or 0xA04465) is known color: Rouge. HEX triplet: A0, 44 and 65. RGB value is (160,68,101). Sum of RGB (Red+Green+Blue) = 160+68+101=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04465 is #5FBB9A. Grayscale: #636363. Windows color (decimal): -6273947 or 6636704. OLE color: 6636704.

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

Color convert

RGB 160 68 101 -
CMYK 0 0.57 0.37 0.37
HSL 338.48º 0.4% 0.45% -
HSV(B) 338.48º 0.58% 0.63% -
XYZ 18.91 12.55 13.74 -
YUV 99.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 160 68 101 0 0.57 0.37 0.37 338.48 0.4 0.45
Hex A0 44 65 0 39 25 25 152 28 2D
Octal 240 104 145 0 71 45 45 522 50 55
Binary 10100000 1000100 1100101 0 111001 100101 100101 101010010 101000 101101

Color Harmonies of #A04465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04465

Black with #A04465

Text Example


Text Example

White with #A04465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04465; }

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

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

background-color css

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

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

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

border-color css

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

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

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