Html Css Color HEX #AD434B Night Shadz

📋 copy color: '#AD434B'

red 173 ◦ green 67 ◦ blue 75

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

Shades of Night Shadz #AD434B

Tints of Night Shadz #AD434B

RGB

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

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

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

R = 54.92%
G = 21.27%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD434B (or 0xAD434B) is known color: Night Shadz. HEX triplet: AD, 43 and 4B. RGB value is (173,67,75). Sum of RGB (Red+Green+Blue) = 173+67+75=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD434B is #52BCB4. Grayscale: #636363. Windows color (decimal): -5422261 or 4932525. OLE color: 4932525.

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

Color convert

RGB 173 67 75 -
CMYK 0 0.61 0.57 0.32
HSL 355.47º 0.44% 0.47% -
HSV(B) 355.47º 0.61% 0.68% -
XYZ 20.51 13.41 8.16 -
YUV 99.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 173 67 75 0 0.61 0.57 0.32 355.47 0.44 0.47
Hex AD 43 4B 0 3D 39 20 163 2C 2F
Octal 255 103 113 0 75 71 40 543 54 57
Binary 10101101 1000011 1001011 0 111101 111001 100000 101100011 101100 101111

Color Harmonies of #AD434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD434B

Black with #AD434B

Text Example


Text Example

White with #AD434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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