#AB4E38

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

Shades of Orange Roughy #AB4E38

Tints of Orange Roughy #AB4E38

Color information

#AB4E38 (or 0xAB4E38) is unknown color: approx Orange Roughy. HEX triplet: AB, 4E and 38. RGB value is (171,78,56). Sum of RGB (Red+Green+Blue) = 171+78+56=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E38 is #54B1C7. Grayscale: #676767. Windows color (decimal): -5550536 or 3690155. OLE color: 3690155.

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

Color convert

RGB1717856-
CMYK00.540.670.33
HSL11.48º50.66%44.51%-
HSV(B)11.48º67.25%67.06%-
XYZ20.2314.395.45-
YUV103.3101.31176.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=56.07%
G=25.57%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171785600.540.670.3311.4850.6644.51
HexAB4E380364321b332d
Octal2531167006610341136355
Binary101010111001110111000011011010000111000011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E38; }

 p { color: rgb(171,78,56); }

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

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

 a { background-color: rgb(171,78,56); }

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

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

 span { border-color: rgb(171,78,56); }

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