Html Css Color HEX #AD334B Night Shadz

📋 copy color: '#AD334B'

red 173 ◦ green 51 ◦ blue 75

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

Shades of Night Shadz #AD334B

Tints of Night Shadz #AD334B

RGB

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

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

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

R = 57.86%
G = 17.06%
B = 25.08%

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

#AD334B (or 0xAD334B) is known color: Night Shadz. HEX triplet: AD, 33 and 4B. RGB value is (173,51,75). Sum of RGB (Red+Green+Blue) = 173+51+75=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD334B is #52CCB4. Grayscale: #5A5A5A. Windows color (decimal): -5426357 or 4928429. OLE color: 4928429.

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

Color convert

RGB 173 51 75 -
CMYK 0 0.71 0.57 0.32
HSL 348.2º 0.54% 0.44% -
HSV(B) 348.2º 0.71% 0.68% -
XYZ 19.69 11.76 7.89 -
YUV 90.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 173 51 75 0 0.71 0.57 0.32 348.2 0.54 0.44
Hex AD 33 4B 0 47 39 20 15C 36 2C
Octal 255 63 113 0 107 71 40 534 66 54
Binary 10101101 110011 1001011 0 1000111 111001 100000 101011100 110110 101100

Color Harmonies of #AD334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD334B

Black with #AD334B

Text Example


Text Example

White with #AD334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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