#AB4E3D

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

Shades of Orange Roughy #AB4E3D

Tints of Orange Roughy #AB4E3D

Color information

#AB4E3D (or 0xAB4E3D) is unknown color: approx Orange Roughy. HEX triplet: AB, 4E and 3D. RGB value is (171,78,61). Sum of RGB (Red+Green+Blue) = 171+78+61=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E3D is #54B1C2. Grayscale: #686868. Windows color (decimal): -5550531 or 4017835. OLE color: 4017835.

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

Color convert

RGB1717861-
CMYK00.540.640.33
HSL9.27º47.41%45.49%-
HSV(B)9.27º64.33%67.06%-
XYZ20.3614.446.13-
YUV103.87103.81175.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=55.16%
G=25.16%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171786100.540.640.339.2747.4145.49
HexAB4E3D036402192f2d
Octal2531167506610041115755
Binary101010111001110111101011011010000001000011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E3D; }

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

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

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

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

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

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

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

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