#AB533E

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

Shades of Orange Roughy #AB533E

Tints of Orange Roughy #AB533E

Color information

#AB533E (or 0xAB533E) is unknown color: approx Orange Roughy. HEX triplet: AB, 53 and 3E. RGB value is (171,83,62). Sum of RGB (Red+Green+Blue) = 171+83+62=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533E is #54ACC1. Grayscale: #6B6B6B. Windows color (decimal): -5549250 or 4084651. OLE color: 4084651.

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

Color convert

RGB1718362-
CMYK00.510.640.33
HSL11.56º46.78%45.69%-
HSV(B)11.56º63.74%67.06%-
XYZ20.7615.196.4-
YUV106.92102.65173.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=54.11%
G=26.27%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171836200.510.640.3311.5646.7845.69
HexAB533E0334021c2f2e
Octal2531237606310041145756
Binary101010111010011111110011001110000001000011100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB533E; }

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

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

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

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

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

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

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

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