Html Css Color HEX #AD2669 Rouge

📋 copy color: '#AD2669'

red 173 ◦ green 38 ◦ blue 105

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

Shades of Rouge #AD2669

Tints of Rouge #AD2669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 54.75%
G = 12.03%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD2669 (or 0xAD2669) is known color: Rouge. HEX triplet: AD, 26 and 69. RGB value is (173,38,105). Sum of RGB (Red+Green+Blue) = 173+38+105=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2669 is #52D996. Grayscale: #555555. Windows color (decimal): -5429655 or 6891181. OLE color: 6891181.

HSL color Cylindrical-coordinate representation of color #AD2669: hue angle of 330.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2669 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 105 -
CMYK 0 0.78 0.39 0.32
HSL 330.22º 0.64% 0.41% -
HSV(B) 330.22º 0.78% 0.68% -
XYZ 20.48 11.29 14.46 -
YUV 86 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 173 38 105 0 0.78 0.39 0.32 330.22 0.64 0.41
Hex AD 26 69 0 4E 27 20 14A 40 29
Octal 255 46 151 0 116 47 40 512 100 51
Binary 10101101 100110 1101001 0 1001110 100111 100000 101001010 1000000 101001

Color Harmonies of #AD2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2669

Black with #AD2669

Text Example


Text Example

White with #AD2669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2669; }

 p { color: rgb(173,38,105); }

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

background-color css

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

 a { background-color: rgb(173,38,105); }

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

border-color css

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

 span { border-color: rgb(173,38,105); }

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