#AA553E

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

Shades of Orange Roughy #AA553E

Tints of Orange Roughy #AA553E

Color information

#AA553E (or 0xAA553E) is unknown color: approx Orange Roughy. HEX triplet: AA, 55 and 3E. RGB value is (170,85,62). Sum of RGB (Red+Green+Blue) = 170+85+62=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA553E is #55AAC1. Grayscale: #6B6B6B. Windows color (decimal): -5614274 or 4085162. OLE color: 4085162.

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

Color convert

RGB1708562-
CMYK00.500.640.33
HSL12.78º46.55%45.49%-
HSV(B)12.78º63.53%66.67%-
XYZ20.715.396.44-
YUV107.79102.16172.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=53.63%
G=26.81%
B=19.56%

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
Decimal170856200.500.640.3312.7846.5545.49
HexAA553E0324021d2f2d
Octal2521257606210041155755
Binary101010101010101111110011001010000001000011101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA553E; }

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

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

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

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

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

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

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

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