#AD4364

Color #AD4364 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AD4364

Tints of Rouge #AD4364

Color information

#AD4364 (or 0xAD4364) is unknown color: approx Rouge. HEX triplet: AD, 43 and 64. RGB value is (173,67,100). Sum of RGB (Red+Green+Blue) = 173+67+100=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4364 is #52BC9B. Grayscale: #666666. Windows color (decimal): -5422236 or 6570925. OLE color: 6570925.

HSL color Cylindrical-coordinate representation of color #AD4364: hue angle of 341.32º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4364 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17367100-
CMYK00.610.420.32
HSL341.32º44.17%47.06%-
HSV(B)341.32º61.27%67.84%-
XYZ21.5413.8213.59-
YUV102.46126.62178.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=50.88%
G=19.71%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736710000.610.420.32341.3244.1747.06
HexAD436403D2A201552c2f
Octal25510314407552405255457
Binary10101101100001111001000111101101010100000101010101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4364; }

 p { color: rgb(173,67,100); }

 H1.HeaderClassName
 {
   color: #AD4364;
 }
 .AnyTagClassName
 {
   color: #AD4364;
 }
</style>
background-color css

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

 a { background-color: rgb(173,67,100); }

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

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

 span { border-color: rgb(173,67,100); }

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