#AA5335

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

Shades of Orange Roughy #AA5335

Tints of Orange Roughy #AA5335

Color information

#AA5335 (or 0xAA5335) is unknown color: approx Orange Roughy. HEX triplet: AA, 53 and 35. RGB value is (170,83,53). Sum of RGB (Red+Green+Blue) = 170+83+53=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5335 is #55ACCA. Grayscale: #696969. Windows color (decimal): -5614795 or 3494826. OLE color: 3494826.

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

Color convert

RGB1708353-
CMYK00.510.690.33
HSL15.38º52.47%43.73%-
HSV(B)15.38º68.82%66.67%-
XYZ20.3114.995.19-
YUV105.5998.32173.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=55.56%
G=27.12%
B=17.32%

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
Decimal170835300.510.690.3315.3852.4743.73
HexAA53350334521f342c
Octal2521236506310541176454
Binary101010101010011110101011001110001011000011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5335; }

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

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

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

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

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

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

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

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