Html Css Color HEX #A0476A Rouge

📋 copy color: '#A0476A'

red 160 ◦ green 71 ◦ blue 106

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

Shades of Rouge #A0476A

Tints of Rouge #A0476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 47.48%
G = 21.07%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0476A (or 0xA0476A) is known color: Rouge. HEX triplet: A0, 47 and 6A. RGB value is (160,71,106). Sum of RGB (Red+Green+Blue) = 160+71+106=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0476A is #5FB895. Grayscale: #656565. Windows color (decimal): -6273174 or 6965152. OLE color: 6965152.

HSL color Cylindrical-coordinate representation of color #A0476A: hue angle of 336.4º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0476A is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 106 -
CMYK 0 0.56 0.34 0.37
HSL 336.4º 0.39% 0.45% -
HSV(B) 336.4º 0.56% 0.63% -
XYZ 19.35 13.02 15.13 -
YUV 101.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 160 71 106 0 0.56 0.34 0.37 336.4 0.39 0.45
Hex A0 47 6A 0 38 22 25 150 27 2D
Octal 240 107 152 0 70 42 45 520 47 55
Binary 10100000 1000111 1101010 0 111000 100010 100101 101010000 100111 101101

Color Harmonies of #A0476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0476A

Black with #A0476A

Text Example


Text Example

White with #A0476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0476A; }

 p { color: rgb(160,71,106); }

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

background-color css

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

 a { background-color: rgb(160,71,106); }

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

border-color css

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

 span { border-color: rgb(160,71,106); }

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