Html Css Color HEX #AB424F Night Shadz

📋 copy color: '#AB424F'

red 171 ◦ green 66 ◦ blue 79

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

Shades of Night Shadz #AB424F

Tints of Night Shadz #AB424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 54.11%
G = 20.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB424F (or 0xAB424F) is known color: Night Shadz. HEX triplet: AB, 42 and 4F. RGB value is (171,66,79). Sum of RGB (Red+Green+Blue) = 171+66+79=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB424F is #54BDB0. Grayscale: #626262. Windows color (decimal): -5553585 or 5194411. OLE color: 5194411.

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

Color convert

RGB 171 66 79 -
CMYK 0 0.61 0.54 0.33
HSL 352.57º 0.44% 0.46% -
HSV(B) 352.57º 0.61% 0.67% -
XYZ 20.15 13.12 8.87 -
YUV 98.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 171 66 79 0 0.61 0.54 0.33 352.57 0.44 0.46
Hex AB 42 4F 0 3D 36 21 161 2C 2E
Octal 253 102 117 0 75 66 41 541 54 56
Binary 10101011 1000010 1001111 0 111101 110110 100001 101100001 101100 101110

Color Harmonies of #AB424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB424F

Black with #AB424F

Text Example


Text Example

White with #AB424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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