Html Css Color HEX #AD414B Night Shadz

📋 copy color: '#AD414B'

red 173 ◦ green 65 ◦ blue 75

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

Shades of Night Shadz #AD414B

Tints of Night Shadz #AD414B

RGB

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

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

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

R = 55.27%
G = 20.77%
B = 23.96%

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

#AD414B (or 0xAD414B) is known color: Night Shadz. HEX triplet: AD, 41 and 4B. RGB value is (173,65,75). Sum of RGB (Red+Green+Blue) = 173+65+75=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD414B is #52BEB4. Grayscale: #626262. Windows color (decimal): -5422773 or 4932013. OLE color: 4932013.

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

Color convert

RGB 173 65 75 -
CMYK 0 0.62 0.57 0.32
HSL 354.44º 0.45% 0.47% -
HSV(B) 354.44º 0.62% 0.68% -
XYZ 20.39 13.17 8.12 -
YUV 98.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 173 65 75 0 0.62 0.57 0.32 354.44 0.45 0.47
Hex AD 41 4B 0 3E 39 20 162 2D 2F
Octal 255 101 113 0 76 71 40 542 55 57
Binary 10101101 1000001 1001011 0 111110 111001 100000 101100010 101101 101111

Color Harmonies of #AD414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD414B

Black with #AD414B

Text Example


Text Example

White with #AD414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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