#AB553B

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

Shades of Orange Roughy #AB553B

Tints of Orange Roughy #AB553B

Color information

#AB553B (or 0xAB553B) is unknown color: approx Orange Roughy. HEX triplet: AB, 55 and 3B. RGB value is (171,85,59). Sum of RGB (Red+Green+Blue) = 171+85+59=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553B is #54AAC4. Grayscale: #6B6B6B. Windows color (decimal): -5548741 or 3888555. OLE color: 3888555.

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

Color convert

RGB1718559-
CMYK00.500.650.33
HSL13.93º48.7%45.1%-
HSV(B)13.93º65.5%67.06%-
XYZ20.8315.476.03-
YUV107.75100.49173.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=54.29%
G=26.98%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171855900.500.650.3313.9348.745.1
HexAB553B0324121e312d
Octal2531257306210141166155
Binary101010111010101111011011001010000011000011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB553B; }

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

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

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

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

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

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

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

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