#AB4C38

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

Shades of Orange Roughy #AB4C38

Tints of Orange Roughy #AB4C38

Color information

#AB4C38 (or 0xAB4C38) is unknown color: approx Orange Roughy. HEX triplet: AB, 4C and 38. RGB value is (171,76,56). Sum of RGB (Red+Green+Blue) = 171+76+56=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C38 is #54B3C7. Grayscale: #666666. Windows color (decimal): -5551048 or 3689643. OLE color: 3689643.

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

Color convert

RGB1717656-
CMYK00.560.670.33
HSL10.43º50.66%44.51%-
HSV(B)10.43º67.25%67.06%-
XYZ20.0914.115.41-
YUV102.12101.97177.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=56.44%
G=25.08%
B=18.48%

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
Decimal171765600.560.670.3310.4350.6644.51
HexAB4C380384321a332d
Octal2531147007010341126355
Binary101010111001100111000011100010000111000011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C38; }

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

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

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

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

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

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

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

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