Html Css Color HEX #AD434C Night Shadz

📋 copy color: '#AD434C'

red 173 ◦ green 67 ◦ blue 76

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

Shades of Night Shadz #AD434C

Tints of Night Shadz #AD434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 54.75%
G = 21.2%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD434C (or 0xAD434C) is known color: Night Shadz. HEX triplet: AD, 43 and 4C. RGB value is (173,67,76). Sum of RGB (Red+Green+Blue) = 173+67+76=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD434C is #52BCB3. Grayscale: #636363. Windows color (decimal): -5422260 or 4998061. OLE color: 4998061.

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

Color convert

RGB 173 67 76 -
CMYK 0 0.61 0.56 0.32
HSL 354.91º 0.44% 0.47% -
HSV(B) 354.91º 0.61% 0.68% -
XYZ 20.55 13.42 8.35 -
YUV 99.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 173 67 76 0 0.61 0.56 0.32 354.91 0.44 0.47
Hex AD 43 4C 0 3D 38 20 163 2C 2F
Octal 255 103 114 0 75 70 40 543 54 57
Binary 10101101 1000011 1001100 0 111101 111000 100000 101100011 101100 101111

Color Harmonies of #AD434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD434C

Black with #AD434C

Text Example


Text Example

White with #AD434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD434C; }

 p { color: rgb(173,67,76); }

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

background-color css

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

 a { background-color: rgb(173,67,76); }

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

border-color css

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

 span { border-color: rgb(173,67,76); }

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