#AA583E

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

Shades of Orange Roughy #AA583E

Tints of Orange Roughy #AA583E

Color information

#AA583E (or 0xAA583E) is unknown color: approx Orange Roughy. HEX triplet: AA, 58 and 3E. RGB value is (170,88,62). Sum of RGB (Red+Green+Blue) = 170+88+62=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA583E is #55A7C1. Grayscale: #6D6D6D. Windows color (decimal): -5613506 or 4085930. OLE color: 4085930.

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

Color convert

RGB1708862-
CMYK00.480.640.33
HSL14.44º46.55%45.49%-
HSV(B)14.44º63.53%66.67%-
XYZ20.9415.876.52-
YUV109.55101.17171.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=53.12%
G=27.5%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170886200.480.640.3314.4446.5545.49
HexAA583E0304021e2f2d
Octal2521307606010041165755
Binary101010101011000111110011000010000001000011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA583E; }

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

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

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

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

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

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

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

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