Html Css Color HEX #A04275 Rouge

📋 copy color: '#A04275'

red 160 ◦ green 66 ◦ blue 117

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

Shades of Rouge #A04275

Tints of Rouge #A04275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 46.65%
G = 19.24%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A04275 (or 0xA04275) is known color: Rouge. HEX triplet: A0, 42 and 75. RGB value is (160,66,117). Sum of RGB (Red+Green+Blue) = 160+66+117=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04275 is #5FBD8A. Grayscale: #636363. Windows color (decimal): -6274443 or 7684768. OLE color: 7684768.

HSL color Cylindrical-coordinate representation of color #A04275: hue angle of 327.45º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04275 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 117 -
CMYK 0 0.59 0.27 0.37
HSL 327.45º 0.42% 0.44% -
HSV(B) 327.45º 0.59% 0.63% -
XYZ 19.66 12.65 18.24 -
YUV 99.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 160 66 117 0 0.59 0.27 0.37 327.45 0.42 0.44
Hex A0 42 75 0 3B 1B 25 147 2A 2C
Octal 240 102 165 0 73 33 45 507 52 54
Binary 10100000 1000010 1110101 0 111011 11011 100101 101000111 101010 101100

Color Harmonies of #A04275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04275

Black with #A04275

Text Example


Text Example

White with #A04275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04275; }

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

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

background-color css

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

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

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

border-color css

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

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

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