#AB5038

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

Shades of Orange Roughy #AB5038

Tints of Orange Roughy #AB5038

Color information

#AB5038 (or 0xAB5038) is unknown color: approx Orange Roughy. HEX triplet: AB, 50 and 38. RGB value is (171,80,56). Sum of RGB (Red+Green+Blue) = 171+80+56=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5038 is #54AFC7. Grayscale: #686868. Windows color (decimal): -5550024 or 3690667. OLE color: 3690667.

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

Color convert

RGB1718056-
CMYK00.530.670.33
HSL12.52º50.66%44.51%-
HSV(B)12.52º67.25%67.06%-
XYZ20.3814.685.5-
YUV104.47100.65175.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=55.70%
G=26.06%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171805600.530.670.3312.5250.6644.51
HexAB50380354321d332d
Octal2531207006510341156355
Binary101010111010000111000011010110000111000011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5038; }

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

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

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

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

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

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

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

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