#AA533C

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

Shades of Orange Roughy #AA533C

Tints of Orange Roughy #AA533C

Color information

#AA533C (or 0xAA533C) is unknown color: approx Orange Roughy. HEX triplet: AA, 53 and 3C. RGB value is (170,83,60). Sum of RGB (Red+Green+Blue) = 170+83+60=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA533C is #55ACC3. Grayscale: #6A6A6A. Windows color (decimal): -5614788 or 3953578. OLE color: 3953578.

HSL color Cylindrical-coordinate representation of color #AA533C: hue angle of 12.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA533C is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1708360-
CMYK00.510.650.33
HSL12.55º47.83%45.1%-
HSV(B)12.55º64.71%66.67%-
XYZ20.4915.066.1-
YUV106.39101.82173.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=54.31%
G=26.52%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170836000.510.650.3312.5547.8345.1
HexAA533C0334121d302d
Octal2521237406310141156055
Binary101010101010011111100011001110000011000011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA533C; }

 p { color: rgb(170,83,60); }

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

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

 a { background-color: rgb(170,83,60); }

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

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

 span { border-color: rgb(170,83,60); }

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