Html Css Color HEX #A0436A Rouge

📋 copy color: '#A0436A'

red 160 ◦ green 67 ◦ blue 106

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

Shades of Rouge #A0436A

Tints of Rouge #A0436A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 48.05%
G = 20.12%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0436A (or 0xA0436A) is known color: Rouge. HEX triplet: A0, 43 and 6A. RGB value is (160,67,106). Sum of RGB (Red+Green+Blue) = 160+67+106=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436A is #5FBC95. Grayscale: #636363. Windows color (decimal): -6274198 or 6964128. OLE color: 6964128.

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

Color convert

RGB 160 67 106 -
CMYK 0 0.58 0.34 0.37
HSL 334.84º 0.41% 0.45% -
HSV(B) 334.84º 0.58% 0.63% -
XYZ 19.11 12.53 15.05 -
YUV 99.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 160 67 106 0 0.58 0.34 0.37 334.84 0.41 0.45
Hex A0 43 6A 0 3A 22 25 14F 29 2D
Octal 240 103 152 0 72 42 45 517 51 55
Binary 10100000 1000011 1101010 0 111010 100010 100101 101001111 101001 101101

Color Harmonies of #A0436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0436A

Black with #A0436A

Text Example


Text Example

White with #A0436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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