Html Css Color HEX #AD2667 Rouge

📋 copy color: '#AD2667'

red 173 ◦ green 38 ◦ blue 103

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

Shades of Rouge #AD2667

Tints of Rouge #AD2667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 55.1%
G = 12.1%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD2667 (or 0xAD2667) is known color: Rouge. HEX triplet: AD, 26 and 67. RGB value is (173,38,103). Sum of RGB (Red+Green+Blue) = 173+38+103=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2667 is #52D998. Grayscale: #555555. Windows color (decimal): -5429657 or 6760109. OLE color: 6760109.

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

Color convert

RGB 173 38 103 -
CMYK 0 0.78 0.40 0.32
HSL 331.11º 0.64% 0.41% -
HSV(B) 331.11º 0.78% 0.68% -
XYZ 20.37 11.25 13.93 -
YUV 85.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 173 38 103 0 0.78 0.40 0.32 331.11 0.64 0.41
Hex AD 26 67 0 4E 28 20 14B 40 29
Octal 255 46 147 0 116 50 40 513 100 51
Binary 10101101 100110 1100111 0 1001110 101000 100000 101001011 1000000 101001

Color Harmonies of #AD2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2667

Black with #AD2667

Text Example


Text Example

White with #AD2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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