#AA583D

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

Shades of Orange Roughy #AA583D

Tints of Orange Roughy #AA583D

Color information

#AA583D (or 0xAA583D) is unknown color: approx Orange Roughy. HEX triplet: AA, 58 and 3D. RGB value is (170,88,61). Sum of RGB (Red+Green+Blue) = 170+88+61=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA583D is #55A7C2. Grayscale: #6D6D6D. Windows color (decimal): -5613507 or 4020394. OLE color: 4020394.

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

Color convert

RGB1708861-
CMYK00.480.640.33
HSL14.86º47.19%45.29%-
HSV(B)14.86º64.12%66.67%-
XYZ20.9115.866.37-
YUV109.44100.67171.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=53.29%
G=27.59%
B=19.12%

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
Decimal170886100.480.640.3314.8647.1945.29
HexAA583D0304021f2f2d
Octal2521307506010041175755
Binary101010101011000111101011000010000001000011111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA583D; }

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

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

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

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

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

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

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

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