#AB4C3A

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

Shades of Orange Roughy #AB4C3A

Tints of Orange Roughy #AB4C3A

Color information

#AB4C3A (or 0xAB4C3A) is unknown color: approx Orange Roughy. HEX triplet: AB, 4C and 3A. RGB value is (171,76,58). Sum of RGB (Red+Green+Blue) = 171+76+58=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C3A is #54B3C5. Grayscale: #666666. Windows color (decimal): -5551046 or 3820715. OLE color: 3820715.

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

Color convert

RGB1717658-
CMYK00.560.660.33
HSL9.56º49.34%44.9%-
HSV(B)9.56º66.08%67.06%-
XYZ20.1414.135.67-
YUV102.35102.97176.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=56.07%
G=24.92%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171765800.560.660.339.5649.3444.9
HexAB4C3A0384221a312d
Octal2531147207010241126155
Binary101010111001100111010011100010000101000011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C3A; }

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

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

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

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

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

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

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

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