Html Css Color HEX #AD334A Night Shadz

📋 copy color: '#AD334A'

red 173 ◦ green 51 ◦ blue 74

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

Shades of Night Shadz #AD334A

Tints of Night Shadz #AD334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 58.05%
G = 17.11%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD334A (or 0xAD334A) is known color: Night Shadz. HEX triplet: AD, 33 and 4A. RGB value is (173,51,74). Sum of RGB (Red+Green+Blue) = 173+51+74=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD334A is #52CCB5. Grayscale: #5A5A5A. Windows color (decimal): -5426358 or 4862893. OLE color: 4862893.

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

Color convert

RGB 173 51 74 -
CMYK 0 0.71 0.57 0.32
HSL 348.69º 0.54% 0.44% -
HSV(B) 348.69º 0.71% 0.68% -
XYZ 19.65 11.75 7.71 -
YUV 90.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 173 51 74 0 0.71 0.57 0.32 348.69 0.54 0.44
Hex AD 33 4A 0 47 39 20 15D 36 2C
Octal 255 63 112 0 107 71 40 535 66 54
Binary 10101101 110011 1001010 0 1000111 111001 100000 101011101 110110 101100

Color Harmonies of #AD334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD334A

Black with #AD334A

Text Example


Text Example

White with #AD334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD334A; }

 p { color: rgb(173,51,74); }

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

background-color css

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

 a { background-color: rgb(173,51,74); }

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

border-color css

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

 span { border-color: rgb(173,51,74); }

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