#AD456B

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

Shades of Rouge #AD456B

Tints of Rouge #AD456B

Color information

#AD456B (or 0xAD456B) is unknown color: approx Rouge. HEX triplet: AD, 45 and 6B. RGB value is (173,69,107). Sum of RGB (Red+Green+Blue) = 173+69+107=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD456B is #52BA94. Grayscale: #686868. Windows color (decimal): -5421717 or 7030189. OLE color: 7030189.

HSL color Cylindrical-coordinate representation of color #AD456B: hue angle of 338.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD456B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17369107-
CMYK00.600.380.32
HSL338.08º42.98%47.45%-
HSV(B)338.08º60.12%67.84%-
XYZ22.0214.215.49-
YUV104.43129.46176.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=49.57%
G=19.77%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736910700.600.380.32338.0842.9847.45
HexAD456B03C26201522b2f
Octal25510515307446405225357
Binary10101101100010111010110111100100110100000101010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD456B; }

 p { color: rgb(173,69,107); }

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

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

 a { background-color: rgb(173,69,107); }

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

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

 span { border-color: rgb(173,69,107); }

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