Html Css Color HEX #A04475 Rouge

📋 copy color: '#A04475'

red 160 ◦ green 68 ◦ blue 117

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

Shades of Rouge #A04475

Tints of Rouge #A04475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 46.38%
G = 19.71%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A04475 (or 0xA04475) is known color: Rouge. HEX triplet: A0, 44 and 75. RGB value is (160,68,117). Sum of RGB (Red+Green+Blue) = 160+68+117=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04475 is #5FBB8A. Grayscale: #646464. Windows color (decimal): -6273931 or 7685280. OLE color: 7685280.

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

Color convert

RGB 160 68 117 -
CMYK 0 0.57 0.27 0.37
HSL 328.04º 0.4% 0.45% -
HSV(B) 328.04º 0.58% 0.63% -
XYZ 19.78 12.89 18.28 -
YUV 101.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 160 68 117 0 0.57 0.27 0.37 328.04 0.4 0.45
Hex A0 44 75 0 39 1B 25 148 28 2D
Octal 240 104 165 0 71 33 45 510 50 55
Binary 10100000 1000100 1110101 0 111001 11011 100101 101001000 101000 101101

Color Harmonies of #A04475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04475

Black with #A04475

Text Example


Text Example

White with #A04475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04475; }

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

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

background-color css

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

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

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

border-color css

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

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

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