#AD3267

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

Shades of Rouge #AD3267

Tints of Rouge #AD3267

Color information

#AD3267 (or 0xAD3267) is unknown color: approx Rouge. HEX triplet: AD, 32 and 67. RGB value is (173,50,103). Sum of RGB (Red+Green+Blue) = 173+50+103=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3267 is #52CD98. Grayscale: #5C5C5C. Windows color (decimal): -5426585 or 6763181. OLE color: 6763181.

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

Color convert

RGB17350103-
CMYK00.710.400.32
HSL334.15º55.16%43.73%-
HSV(B)334.15º71.1%67.84%-
XYZ20.8212.1414.08-
YUV92.82133.75185.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=53.07%
G=15.34%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735010300.710.400.32334.1555.1643.73
HexAD3267047282014e372c
Octal25562147010750405166754
Binary10101101110010110011101000111101000100000101001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3267; }

 p { color: rgb(173,50,103); }

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

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

 a { background-color: rgb(173,50,103); }

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

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

 span { border-color: rgb(173,50,103); }

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