Html Css Color HEX #AD384B Night Shadz

📋 copy color: '#AD384B'

red 173 ◦ green 56 ◦ blue 75

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

Shades of Night Shadz #AD384B

Tints of Night Shadz #AD384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 56.91%
G = 18.42%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD384B (or 0xAD384B) is known color: Night Shadz. HEX triplet: AD, 38 and 4B. RGB value is (173,56,75). Sum of RGB (Red+Green+Blue) = 173+56+75=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD384B is #52C7B4. Grayscale: #5D5D5D. Windows color (decimal): -5425077 or 4929709. OLE color: 4929709.

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

Color convert

RGB 173 56 75 -
CMYK 0 0.68 0.57 0.32
HSL 350.26º 0.51% 0.45% -
HSV(B) 350.26º 0.68% 0.68% -
XYZ 19.92 12.22 7.97 -
YUV 93.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 173 56 75 0 0.68 0.57 0.32 350.26 0.51 0.45
Hex AD 38 4B 0 44 39 20 15E 33 2D
Octal 255 70 113 0 104 71 40 536 63 55
Binary 10101101 111000 1001011 0 1000100 111001 100000 101011110 110011 101101

Color Harmonies of #AD384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD384B

Black with #AD384B

Text Example


Text Example

White with #AD384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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