#AB5336

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

Shades of Orange Roughy #AB5336

Tints of Orange Roughy #AB5336

Color information

#AB5336 (or 0xAB5336) is unknown color: approx Orange Roughy. HEX triplet: AB, 53 and 36. RGB value is (171,83,54). Sum of RGB (Red+Green+Blue) = 171+83+54=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5336 is #54ACC9. Grayscale: #6A6A6A. Windows color (decimal): -5549258 or 3560363. OLE color: 3560363.

HSL color Cylindrical-coordinate representation of color #AB5336: hue angle of 14.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB5336 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1718354-
CMYK00.510.680.33
HSL14.87º52%44.12%-
HSV(B)14.87º68.42%67.06%-
XYZ20.5515.115.32-
YUV106.0198.65174.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=55.52%
G=26.95%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171835400.510.680.3314.875244.12
HexAB53360334421f342c
Octal2531236606310441176454
Binary101010111010011110110011001110001001000011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5336; }

 p { color: rgb(171,83,54); }

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

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

 a { background-color: rgb(171,83,54); }

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

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

 span { border-color: rgb(171,83,54); }

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