Html Css Color HEX #AD3F6B Rouge

📋 copy color: '#AD3F6B'

red 173 ◦ green 63 ◦ blue 107

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

Shades of Rouge #AD3F6B

Tints of Rouge #AD3F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 50.44%
G = 18.37%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD3F6B (or 0xAD3F6B) is known color: Rouge. HEX triplet: AD, 3F and 6B. RGB value is (173,63,107). Sum of RGB (Red+Green+Blue) = 173+63+107=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3F6B is #52C094. Grayscale: #646464. Windows color (decimal): -5423253 or 7028653. OLE color: 7028653.

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

Color convert

RGB 173 63 107 -
CMYK 0 0.64 0.38 0.32
HSL 336º 0.47% 0.46% -
HSV(B) 336º 0.64% 0.68% -
XYZ 21.66 13.5 15.37 -
YUV 100.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 173 63 107 0 0.64 0.38 0.32 336 0.47 0.46
Hex AD 3F 6B 0 40 26 20 150 2F 2E
Octal 255 77 153 0 100 46 40 520 57 56
Binary 10101101 111111 1101011 0 1000000 100110 100000 101010000 101111 101110

Color Harmonies of #AD3F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F6B

Black with #AD3F6B

Text Example


Text Example

White with #AD3F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F6B; }

 p { color: rgb(173,63,107); }

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

background-color css

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

 a { background-color: rgb(173,63,107); }

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

border-color css

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

 span { border-color: rgb(173,63,107); }

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