Html Css Color HEX #AD384C Night Shadz

📋 copy color: '#AD384C'

red 173 ◦ green 56 ◦ blue 76

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

Shades of Night Shadz #AD384C

Tints of Night Shadz #AD384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 56.72%
G = 18.36%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD384C (or 0xAD384C) is known color: Night Shadz. HEX triplet: AD, 38 and 4C. RGB value is (173,56,76). Sum of RGB (Red+Green+Blue) = 173+56+76=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD384C is #52C7B3. Grayscale: #5D5D5D. Windows color (decimal): -5425076 or 4995245. OLE color: 4995245.

HSL color Cylindrical-coordinate representation of color #AD384C: hue angle of 349.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD384C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 76 -
CMYK 0 0.68 0.56 0.32
HSL 349.74º 0.51% 0.45% -
HSV(B) 349.74º 0.68% 0.68% -
XYZ 19.95 12.23 8.15 -
YUV 93.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 173 56 76 0 0.68 0.56 0.32 349.74 0.51 0.45
Hex AD 38 4C 0 44 38 20 15E 33 2D
Octal 255 70 114 0 104 70 40 536 63 55
Binary 10101101 111000 1001100 0 1000100 111000 100000 101011110 110011 101101

Color Harmonies of #AD384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD384C

Black with #AD384C

Text Example


Text Example

White with #AD384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD384C; }

 p { color: rgb(173,56,76); }

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

background-color css

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

 a { background-color: rgb(173,56,76); }

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

border-color css

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

 span { border-color: rgb(173,56,76); }

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