#AB4E3B

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

Shades of Orange Roughy #AB4E3B

Tints of Orange Roughy #AB4E3B

Color information

#AB4E3B (or 0xAB4E3B) is unknown color: approx Orange Roughy. HEX triplet: AB, 4E and 3B. RGB value is (171,78,59). Sum of RGB (Red+Green+Blue) = 171+78+59=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E3B is #54B1C4. Grayscale: #676767. Windows color (decimal): -5550533 or 3886763. OLE color: 3886763.

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

Color convert

RGB1717859-
CMYK00.540.650.33
HSL10.18º48.7%45.1%-
HSV(B)10.18º65.5%67.06%-
XYZ20.3114.425.85-
YUV103.64102.81176.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=55.52%
G=25.32%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171785900.540.650.3310.1848.745.1
HexAB4E3B0364121a312d
Octal2531167306610141126155
Binary101010111001110111011011011010000011000011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E3B; }

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

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

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

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

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

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

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

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