Html Css Color HEX #AD266A Rouge

📋 copy color: '#AD266A'

red 173 ◦ green 38 ◦ blue 106

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

Shades of Rouge #AD266A

Tints of Rouge #AD266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 54.57%
G = 11.99%
B = 33.44%

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

#AD266A (or 0xAD266A) is known color: Rouge. HEX triplet: AD, 26 and 6A. RGB value is (173,38,106). Sum of RGB (Red+Green+Blue) = 173+38+106=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266A is #52D995. Grayscale: #555555. Windows color (decimal): -5429654 or 6956717. OLE color: 6956717.

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

Color convert

RGB 173 38 106 -
CMYK 0 0.78 0.39 0.32
HSL 329.78º 0.64% 0.41% -
HSV(B) 329.78º 0.78% 0.68% -
XYZ 20.53 11.31 14.74 -
YUV 86.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 173 38 106 0 0.78 0.39 0.32 329.78 0.64 0.41
Hex AD 26 6A 0 4E 27 20 14A 40 29
Octal 255 46 152 0 116 47 40 512 100 51
Binary 10101101 100110 1101010 0 1001110 100111 100000 101001010 1000000 101001

Color Harmonies of #AD266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD266A

Black with #AD266A

Text Example


Text Example

White with #AD266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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