Html Css Color HEX #A04565 Rouge

📋 copy color: '#A04565'

red 160 ◦ green 69 ◦ blue 101

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

Shades of Rouge #A04565

Tints of Rouge #A04565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 48.48%
G = 20.91%
B = 30.61%

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

#A04565 (or 0xA04565) is known color: Rouge. HEX triplet: A0, 45 and 65. RGB value is (160,69,101). Sum of RGB (Red+Green+Blue) = 160+69+101=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04565 is #5FBA9A. Grayscale: #636363. Windows color (decimal): -6273691 or 6636960. OLE color: 6636960.

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

Color convert

RGB 160 69 101 -
CMYK 0 0.57 0.37 0.37
HSL 338.9º 0.4% 0.45% -
HSV(B) 338.9º 0.57% 0.63% -
XYZ 18.97 12.67 13.76 -
YUV 99.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 160 69 101 0 0.57 0.37 0.37 338.9 0.4 0.45
Hex A0 45 65 0 39 25 25 153 28 2D
Octal 240 105 145 0 71 45 45 523 50 55
Binary 10100000 1000101 1100101 0 111001 100101 100101 101010011 101000 101101

Color Harmonies of #A04565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04565

Black with #A04565

Text Example


Text Example

White with #A04565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04565; }

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

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

background-color css

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

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

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

border-color css

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

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

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