Html Css Color HEX #AB434B Night Shadz

📋 copy color: '#AB434B'

red 171 ◦ green 67 ◦ blue 75

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

Shades of Night Shadz #AB434B

Tints of Night Shadz #AB434B

RGB

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

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

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

R = 54.63%
G = 21.41%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB434B (or 0xAB434B) is known color: Night Shadz. HEX triplet: AB, 43 and 4B. RGB value is (171,67,75). Sum of RGB (Red+Green+Blue) = 171+67+75=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB434B is #54BCB4. Grayscale: #636363. Windows color (decimal): -5553333 or 4932523. OLE color: 4932523.

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

Color convert

RGB 171 67 75 -
CMYK 0 0.61 0.56 0.33
HSL 355.38º 0.44% 0.47% -
HSV(B) 355.38º 0.61% 0.67% -
XYZ 20.07 13.18 8.14 -
YUV 99.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 171 67 75 0 0.61 0.56 0.33 355.38 0.44 0.47
Hex AB 43 4B 0 3D 38 21 163 2C 2F
Octal 253 103 113 0 75 70 41 543 54 57
Binary 10101011 1000011 1001011 0 111101 111000 100001 101100011 101100 101111

Color Harmonies of #AB434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB434B

Black with #AB434B

Text Example


Text Example

White with #AB434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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