Html Css Color HEX #AB4247 Night Shadz

📋 copy color: '#AB4247'

red 171 ◦ green 66 ◦ blue 71

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

Shades of Night Shadz #AB4247

Tints of Night Shadz #AB4247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 55.52%
G = 21.43%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB4247 (or 0xAB4247) is known color: Night Shadz. HEX triplet: AB, 42 and 47. RGB value is (171,66,71). Sum of RGB (Red+Green+Blue) = 171+66+71=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4247 is #54BDB8. Grayscale: #626262. Windows color (decimal): -5553593 or 4670123. OLE color: 4670123.

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

Color convert

RGB 171 66 71 -
CMYK 0 0.61 0.58 0.33
HSL 357.14º 0.44% 0.46% -
HSV(B) 357.14º 0.61% 0.67% -
XYZ 19.88 13.01 7.42 -
YUV 97.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 171 66 71 0 0.61 0.58 0.33 357.14 0.44 0.46
Hex AB 42 47 0 3D 3A 21 165 2C 2E
Octal 253 102 107 0 75 72 41 545 54 56
Binary 10101011 1000010 1000111 0 111101 111010 100001 101100101 101100 101110

Color Harmonies of #AB4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4247

Black with #AB4247

Text Example


Text Example

White with #AB4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4247; }

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

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

background-color css

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

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

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

border-color css

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

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

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