Html Css Color HEX #AD276D Rouge

📋 copy color: '#AD276D'

red 173 ◦ green 39 ◦ blue 109

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

Shades of Rouge #AD276D

Tints of Rouge #AD276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 53.89%
G = 12.15%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD276D (or 0xAD276D) is known color: Rouge. HEX triplet: AD, 27 and 6D. RGB value is (173,39,109). Sum of RGB (Red+Green+Blue) = 173+39+109=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD276D is #52D892. Grayscale: #565656. Windows color (decimal): -5429395 or 7153581. OLE color: 7153581.

HSL color Cylindrical-coordinate representation of color #AD276D: hue angle of 328.66º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD276D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 109 -
CMYK 0 0.77 0.37 0.32
HSL 328.66º 0.63% 0.42% -
HSV(B) 328.66º 0.77% 0.68% -
XYZ 20.72 11.44 15.58 -
YUV 87.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 173 39 109 0 0.77 0.37 0.32 328.66 0.63 0.42
Hex AD 27 6D 0 4D 25 20 149 3F 2A
Octal 255 47 155 0 115 45 40 511 77 52
Binary 10101101 100111 1101101 0 1001101 100101 100000 101001001 111111 101010

Color Harmonies of #AD276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD276D

Black with #AD276D

Text Example


Text Example

White with #AD276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD276D; }

 p { color: rgb(173,39,109); }

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

background-color css

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

 a { background-color: rgb(173,39,109); }

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

border-color css

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

 span { border-color: rgb(173,39,109); }

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