Html Css Color HEX #A04469 Rouge

📋 copy color: '#A04469'

red 160 ◦ green 68 ◦ blue 105

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

Shades of Rouge #A04469

Tints of Rouge #A04469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 48.05%
G = 20.42%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A04469 (or 0xA04469) is known color: Rouge. HEX triplet: A0, 44 and 69. RGB value is (160,68,105). Sum of RGB (Red+Green+Blue) = 160+68+105=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04469 is #5FBB96. Grayscale: #636363. Windows color (decimal): -6273943 or 6898848. OLE color: 6898848.

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

Color convert

RGB 160 68 105 -
CMYK 0 0.57 0.34 0.37
HSL 335.87º 0.4% 0.45% -
HSV(B) 335.87º 0.58% 0.63% -
XYZ 19.11 12.63 14.79 -
YUV 99.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 160 68 105 0 0.57 0.34 0.37 335.87 0.4 0.45
Hex A0 44 69 0 39 22 25 150 28 2D
Octal 240 104 151 0 71 42 45 520 50 55
Binary 10100000 1000100 1101001 0 111001 100010 100101 101010000 101000 101101

Color Harmonies of #A04469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04469

Black with #A04469

Text Example


Text Example

White with #A04469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04469; }

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

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

background-color css

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

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

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

border-color css

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

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

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