#AA5538

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

Shades of Orange Roughy #AA5538

Tints of Orange Roughy #AA5538

Color information

#AA5538 (or 0xAA5538) is unknown color: approx Orange Roughy. HEX triplet: AA, 55 and 38. RGB value is (170,85,56). Sum of RGB (Red+Green+Blue) = 170+85+56=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5538 is #55AAC7. Grayscale: #6B6B6B. Windows color (decimal): -5614280 or 3691946. OLE color: 3691946.

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

Color convert

RGB1708556-
CMYK00.500.670.33
HSL15.26º50.44%44.31%-
HSV(B)15.26º67.06%66.67%-
XYZ20.5415.335.62-
YUV107.1199.16172.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=54.66%
G=27.33%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170855600.500.670.3315.2650.4444.31
HexAA55380324321f322c
Octal2521257006210341176254
Binary101010101010101111000011001010000111000011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5538; }

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

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

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

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

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

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

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

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