#aa5138

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

Shades of Orange Roughy #AA5138

Tints of Orange Roughy #AA5138

Color information

#AA5138 (or 0xAA5138) is unknown color: approx Orange Roughy. HEX triplet: AA, 51 and 38. RGB value is (170,81,56). Sum of RGB (Red+Green+Blue) = 170+81+56=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5138 is #55AEC7. Grayscale: #686868. Windows color (decimal): -5615304 or 3690922. OLE color: 3690922.

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

Color convert

RGB1708156-
CMYK00.520.670.33
HSL13.16º50.44%44.31%-
HSV(B)13.16º67.06%66.67%-
XYZ20.2314.725.52-
YUV104.76100.49174.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=55.37%
G=26.38%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170815600.520.670.3313.1650.4444.31
HexAA51380344321d322c
Octal2521217006410341156254
Binary101010101010001111000011010010000111000011101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5138; }

 p { color: rgb(170,81,56); }

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

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

 a { background-color: rgb(170,81,56); }

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

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

 span { border-color: rgb(170,81,56); }

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