Html Css Color HEX #AD414A Night Shadz

📋 copy color: '#AD414A'

red 173 ◦ green 65 ◦ blue 74

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

Shades of Night Shadz #AD414A

Tints of Night Shadz #AD414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

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

R = 55.45%
G = 20.83%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD414A (or 0xAD414A) is known color: Night Shadz. HEX triplet: AD, 41 and 4A. RGB value is (173,65,74). Sum of RGB (Red+Green+Blue) = 173+65+74=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD414A is #52BEB5. Grayscale: #626262. Windows color (decimal): -5422774 or 4866477. OLE color: 4866477.

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

Color convert

RGB 173 65 74 -
CMYK 0 0.62 0.57 0.32
HSL 355º 0.45% 0.47% -
HSV(B) 355º 0.62% 0.68% -
XYZ 20.36 13.16 7.95 -
YUV 98.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 173 65 74 0 0.62 0.57 0.32 355 0.45 0.47
Hex AD 41 4A 0 3E 39 20 163 2D 2F
Octal 255 101 112 0 76 71 40 543 55 57
Binary 10101101 1000001 1001010 0 111110 111001 100000 101100011 101101 101111

Color Harmonies of #AD414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD414A

Black with #AD414A

Text Example


Text Example

White with #AD414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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