Html Css Color HEX #AB424A Night Shadz

📋 copy color: '#AB424A'

red 171 ◦ green 66 ◦ blue 74

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

Shades of Night Shadz #AB424A

Tints of Night Shadz #AB424A

RGB

 RED value IS 171 (67.19% from 255) = 54.98%

 GREEN value IS 66 (26.17% from 255) = 21.22%

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

R = 54.98%
G = 21.22%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB424A (or 0xAB424A) is known color: Night Shadz. HEX triplet: AB, 42 and 4A. RGB value is (171,66,74). Sum of RGB (Red+Green+Blue) = 171+66+74=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB424A is #54BDB5. Grayscale: #626262. Windows color (decimal): -5553590 or 4866731. OLE color: 4866731.

HSL color Cylindrical-coordinate representation of color #AB424A: hue angle of 355.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB424A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 74 -
CMYK 0 0.61 0.57 0.33
HSL 355.43º 0.44% 0.46% -
HSV(B) 355.43º 0.61% 0.67% -
XYZ 19.98 13.05 7.94 -
YUV 98.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 171 66 74 0 0.61 0.57 0.33 355.43 0.44 0.46
Hex AB 42 4A 0 3D 39 21 163 2C 2E
Octal 253 102 112 0 75 71 41 543 54 56
Binary 10101011 1000010 1001010 0 111101 111001 100001 101100011 101100 101110

Color Harmonies of #AB424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB424A

Black with #AB424A

Text Example


Text Example

White with #AB424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB424A; }

 p { color: rgb(171,66,74); }

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

background-color css

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

 a { background-color: rgb(171,66,74); }

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

border-color css

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

 span { border-color: rgb(171,66,74); }

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