Html Css Color HEX #AD3067 Rouge

📋 copy color: '#AD3067'

red 173 ◦ green 48 ◦ blue 103

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

Shades of Rouge #AD3067

Tints of Rouge #AD3067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 53.4%
G = 14.81%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD3067 (or 0xAD3067) is known color: Rouge. HEX triplet: AD, 30 and 67. RGB value is (173,48,103). Sum of RGB (Red+Green+Blue) = 173+48+103=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3067 is #52CF98. Grayscale: #5B5B5B. Windows color (decimal): -5427097 or 6762669. OLE color: 6762669.

HSL color Cylindrical-coordinate representation of color #AD3067: hue angle of 333.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3067 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 103 -
CMYK 0 0.72 0.40 0.32
HSL 333.6º 0.57% 0.43% -
HSV(B) 333.6º 0.72% 0.68% -
XYZ 20.74 11.98 14.05 -
YUV 91.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 173 48 103 0 0.72 0.40 0.32 333.6 0.57 0.43
Hex AD 30 67 0 48 28 20 14E 39 2B
Octal 255 60 147 0 110 50 40 516 71 53
Binary 10101101 110000 1100111 0 1001000 101000 100000 101001110 111001 101011

Color Harmonies of #AD3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3067

Black with #AD3067

Text Example


Text Example

White with #AD3067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3067; }

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

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

background-color css

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

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

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

border-color css

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

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

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