#AB4D39

Color #AB4D39 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AB4D39

Tints of Orange Roughy #AB4D39

Color information

#AB4D39 (or 0xAB4D39) is unknown color: approx Orange Roughy. HEX triplet: AB, 4D and 39. RGB value is (171,77,57). Sum of RGB (Red+Green+Blue) = 171+77+57=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D39 is #54B2C6. Grayscale: #666666. Windows color (decimal): -5550791 or 3755435. OLE color: 3755435.

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

Color convert

RGB1717757-
CMYK00.550.670.33
HSL10.53º50%44.71%-
HSV(B)10.53º66.67%67.06%-
XYZ20.1914.265.56-
YUV102.83102.14176.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=56.07%
G=25.25%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171775700.550.670.3310.535044.71
HexAB4D390374321b322d
Octal2531157106710341136255
Binary101010111001101111001011011110000111000011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D39; }

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

 H1.HeaderClassName
 {
   color: #AB4D39;
 }
 .AnyTagClassName
 {
   color: #AB4D39;
 }
</style>
background-color css

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

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

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

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

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

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