#AA573E

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

Shades of Orange Roughy #AA573E

Tints of Orange Roughy #AA573E

Color information

#AA573E (or 0xAA573E) is unknown color: approx Orange Roughy. HEX triplet: AA, 57 and 3E. RGB value is (170,87,62). Sum of RGB (Red+Green+Blue) = 170+87+62=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA573E is #55A8C1. Grayscale: #6D6D6D. Windows color (decimal): -5613762 or 4085674. OLE color: 4085674.

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

Color convert

RGB1708762-
CMYK00.490.640.33
HSL13.89º46.55%45.49%-
HSV(B)13.89º63.53%66.67%-
XYZ20.8615.716.49-
YUV108.97101.5171.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=53.29%
G=27.27%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170876200.490.640.3313.8946.5545.49
HexAA573E0314021e2f2d
Octal2521277606110041165755
Binary101010101010111111110011000110000001000011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA573E; }

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

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

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

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

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

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

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

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