Html Css Color HEX #AD3266 Rouge

📋 copy color: '#AD3266'

red 173 ◦ green 50 ◦ blue 102

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

Shades of Rouge #AD3266

Tints of Rouge #AD3266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 53.23%
G = 15.38%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD3266 (or 0xAD3266) is known color: Rouge. HEX triplet: AD, 32 and 66. RGB value is (173,50,102). Sum of RGB (Red+Green+Blue) = 173+50+102=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3266 is #52CD99. Grayscale: #5C5C5C. Windows color (decimal): -5426586 or 6697645. OLE color: 6697645.

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

Color convert

RGB 173 50 102 -
CMYK 0 0.71 0.41 0.32
HSL 334.63º 0.55% 0.44% -
HSV(B) 334.63º 0.71% 0.68% -
XYZ 20.77 12.12 13.82 -
YUV 92.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 173 50 102 0 0.71 0.41 0.32 334.63 0.55 0.44
Hex AD 32 66 0 47 29 20 14F 37 2C
Octal 255 62 146 0 107 51 40 517 67 54
Binary 10101101 110010 1100110 0 1000111 101001 100000 101001111 110111 101100

Color Harmonies of #AD3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3266

Black with #AD3266

Text Example


Text Example

White with #AD3266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3266; }

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

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

background-color css

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

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

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

border-color css

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

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

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