#AA5435

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

Shades of Orange Roughy #AA5435

Tints of Orange Roughy #AA5435

Color information

#AA5435 (or 0xAA5435) is unknown color: approx Orange Roughy. HEX triplet: AA, 54 and 35. RGB value is (170,84,53). Sum of RGB (Red+Green+Blue) = 170+84+53=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5435 is #55ABCA. Grayscale: #6A6A6A. Windows color (decimal): -5614539 or 3495082. OLE color: 3495082.

HSL color Cylindrical-coordinate representation of color #AA5435: hue angle of 15.9º degrees, saturation: 0.52, 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 #AA5435 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1708453-
CMYK00.510.690.33
HSL15.9º52.47%43.73%-
HSV(B)15.9º68.82%66.67%-
XYZ20.3915.145.22-
YUV106.1897.99173.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=55.37%
G=27.36%
B=17.26%

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
Decimal170845300.510.690.3315.952.4743.73
HexAA5435033452110342c
Octal2521246506310541206454
Binary1010101010101001101010110011100010110000110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5435; }

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

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

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

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

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

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

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

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