#AA553D

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

Shades of Orange Roughy #AA553D

Tints of Orange Roughy #AA553D

Color information

#AA553D (or 0xAA553D) is unknown color: approx Orange Roughy. HEX triplet: AA, 55 and 3D. RGB value is (170,85,61). Sum of RGB (Red+Green+Blue) = 170+85+61=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA553D is #55AAC2. Grayscale: #6B6B6B. Windows color (decimal): -5614275 or 4019626. OLE color: 4019626.

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

Color convert

RGB1708561-
CMYK00.500.640.33
HSL13.21º47.19%45.29%-
HSV(B)13.21º64.12%66.67%-
XYZ20.6715.386.29-
YUV107.68101.66172.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=53.80%
G=26.90%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170856100.500.640.3313.2147.1945.29
HexAA553D0324021d2f2d
Octal2521257506210041155755
Binary101010101010101111101011001010000001000011101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA553D; }

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

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

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

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

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

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

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

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