Html Css Color HEX #AB434D Night Shadz

📋 copy color: '#AB434D'

red 171 ◦ green 67 ◦ blue 77

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

Shades of Night Shadz #AB434D

Tints of Night Shadz #AB434D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 54.29%
G = 21.27%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB434D (or 0xAB434D) is known color: Night Shadz. HEX triplet: AB, 43 and 4D. RGB value is (171,67,77). Sum of RGB (Red+Green+Blue) = 171+67+77=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB434D is #54BCB2. Grayscale: #636363. Windows color (decimal): -5553331 or 5063595. OLE color: 5063595.

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

Color convert

RGB 171 67 77 -
CMYK 0 0.61 0.55 0.33
HSL 354.23º 0.44% 0.47% -
HSV(B) 354.23º 0.61% 0.67% -
XYZ 20.14 13.21 8.51 -
YUV 99.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 171 67 77 0 0.61 0.55 0.33 354.23 0.44 0.47
Hex AB 43 4D 0 3D 37 21 162 2C 2F
Octal 253 103 115 0 75 67 41 542 54 57
Binary 10101011 1000011 1001101 0 111101 110111 100001 101100010 101100 101111

Color Harmonies of #AB434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB434D

Black with #AB434D

Text Example


Text Example

White with #AB434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB434D; }

 p { color: rgb(171,67,77); }

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

background-color css

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

 a { background-color: rgb(171,67,77); }

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

border-color css

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

 span { border-color: rgb(171,67,77); }

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