#AA563D

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

Shades of Orange Roughy #AA563D

Tints of Orange Roughy #AA563D

Color information

#AA563D (or 0xAA563D) is unknown color: approx Orange Roughy. HEX triplet: AA, 56 and 3D. RGB value is (170,86,61). Sum of RGB (Red+Green+Blue) = 170+86+61=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA563D is #55A9C2. Grayscale: #6C6C6C. Windows color (decimal): -5614019 or 4019882. OLE color: 4019882.

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

Color convert

RGB1708661-
CMYK00.490.640.33
HSL13.76º47.19%45.29%-
HSV(B)13.76º64.12%66.67%-
XYZ20.7515.546.32-
YUV108.27101.33172.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=53.63%
G=27.13%
B=19.24%

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
Decimal170866100.490.640.3313.7647.1945.29
HexAA563D0314021e2f2d
Octal2521267506110041165755
Binary101010101010110111101011000110000001000011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA563D; }

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

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

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

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

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

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

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

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