Html Css Color HEX #A0436B Rouge

📋 copy color: '#A0436B'

red 160 ◦ green 67 ◦ blue 107

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

Shades of Rouge #A0436B

Tints of Rouge #A0436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 47.9%
G = 20.06%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0436B (or 0xA0436B) is known color: Rouge. HEX triplet: A0, 43 and 6B. RGB value is (160,67,107). Sum of RGB (Red+Green+Blue) = 160+67+107=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436B is #5FBC94. Grayscale: #636363. Windows color (decimal): -6274197 or 7029664. OLE color: 7029664.

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

Color convert

RGB 160 67 107 -
CMYK 0 0.58 0.33 0.37
HSL 334.19º 0.41% 0.45% -
HSV(B) 334.19º 0.58% 0.63% -
XYZ 19.16 12.55 15.32 -
YUV 99.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 160 67 107 0 0.58 0.33 0.37 334.19 0.41 0.45
Hex A0 43 6B 0 3A 21 25 14E 29 2D
Octal 240 103 153 0 72 41 45 516 51 55
Binary 10100000 1000011 1101011 0 111010 100001 100101 101001110 101001 101101

Color Harmonies of #A0436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0436B

Black with #A0436B

Text Example


Text Example

White with #A0436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0436B; }

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

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

background-color css

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

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

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

border-color css

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

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

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