Html Css Color HEX #AD3268 Rouge

📋 copy color: '#AD3268'

red 173 ◦ green 50 ◦ blue 104

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

Shades of Rouge #AD3268

Tints of Rouge #AD3268

RGB

 RED value IS 173 (67.97% from 255) = 52.91%

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 52.91%
G = 15.29%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD3268 (or 0xAD3268) is known color: Rouge. HEX triplet: AD, 32 and 68. RGB value is (173,50,104). Sum of RGB (Red+Green+Blue) = 173+50+104=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3268 is #52CD97. Grayscale: #5C5C5C. Windows color (decimal): -5426584 or 6828717. OLE color: 6828717.

HSL color Cylindrical-coordinate representation of color #AD3268: hue angle of 333.66º 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 #AD3268 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 104 -
CMYK 0 0.71 0.40 0.32
HSL 333.66º 0.55% 0.44% -
HSV(B) 333.66º 0.71% 0.68% -
XYZ 20.87 12.16 14.34 -
YUV 92.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 173 50 104 0 0.71 0.40 0.32 333.66 0.55 0.44
Hex AD 32 68 0 47 28 20 14E 37 2C
Octal 255 62 150 0 107 50 40 516 67 54
Binary 10101101 110010 1101000 0 1000111 101000 100000 101001110 110111 101100

Color Harmonies of #AD3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3268

Black with #AD3268

Text Example


Text Example

White with #AD3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3268; }

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

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

background-color css

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

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

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

border-color css

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

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

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