#AB4B39

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

Shades of Orange Roughy #AB4B39

Tints of Orange Roughy #AB4B39

Color information

#AB4B39 (or 0xAB4B39) is unknown color: approx Orange Roughy. HEX triplet: AB, 4B and 39. RGB value is (171,75,57). Sum of RGB (Red+Green+Blue) = 171+75+57=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B39 is #54B4C6. Grayscale: #656565. Windows color (decimal): -5551303 or 3754923. OLE color: 3754923.

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

Color convert

RGB1717557-
CMYK00.560.670.33
HSL9.47º50%44.71%-
HSV(B)9.47º66.67%67.06%-
XYZ20.0513.995.51-
YUV101.65102.8177.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=56.44%
G=24.75%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171755700.560.670.339.475044.71
HexAB4B3903843219322d
Octal2531137107010341116255
Binary101010111001011111001011100010000111000011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B39; }

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

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

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

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

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

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

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

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