#AA5434

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

Shades of Orange Roughy #AA5434

Tints of Orange Roughy #AA5434

Color information

#AA5434 (or 0xAA5434) is unknown color: approx Orange Roughy. HEX triplet: AA, 54 and 34. RGB value is (170,84,52). Sum of RGB (Red+Green+Blue) = 170+84+52=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5434 is #55ABCB. Grayscale: #6A6A6A. Windows color (decimal): -5614540 or 3429546. OLE color: 3429546.

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

Color convert

RGB1708452-
CMYK00.510.690.33
HSL16.27º53.15%43.53%-
HSV(B)16.27º69.41%66.67%-
XYZ20.3715.135.1-
YUV106.0797.49173.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=55.56%
G=27.45%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170845200.510.690.3316.2753.1543.53
HexAA5434033452110352c
Octal2521246406310541206554
Binary1010101010101001101000110011100010110000110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5434; }

 p { color: rgb(170,84,52); }

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

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

 a { background-color: rgb(170,84,52); }

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

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

 span { border-color: rgb(170,84,52); }

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