#AA5139

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

Shades of Orange Roughy #AA5139

Tints of Orange Roughy #AA5139

Color information

#AA5139 (or 0xAA5139) is unknown color: approx Orange Roughy. HEX triplet: AA, 51 and 39. RGB value is (170,81,57). Sum of RGB (Red+Green+Blue) = 170+81+57=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5139 is #55AEC6. Grayscale: #696969. Windows color (decimal): -5615303 or 3756458. OLE color: 3756458.

HSL color Cylindrical-coordinate representation of color #AA5139: hue angle of 12.74º degrees, saturation: 0.5, 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 #AA5139 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1708157-
CMYK00.520.660.33
HSL12.74º49.78%44.51%-
HSV(B)12.74º66.47%66.67%-
XYZ20.2614.735.65-
YUV104.88100.99174.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=55.19%
G=26.30%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170815700.520.660.3312.7449.7844.51
HexAA51390344221d322d
Octal2521217106410241156255
Binary101010101010001111001011010010000101000011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5139; }

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

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

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

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

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

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

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

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