#AA5338

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

Shades of Orange Roughy #AA5338

Tints of Orange Roughy #AA5338

Color information

#AA5338 (or 0xAA5338) is unknown color: approx Orange Roughy. HEX triplet: AA, 53 and 38. RGB value is (170,83,56). Sum of RGB (Red+Green+Blue) = 170+83+56=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5338 is #55ACC7. Grayscale: #6A6A6A. Windows color (decimal): -5614792 or 3691434. OLE color: 3691434.

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

Color convert

RGB1708356-
CMYK00.510.670.33
HSL14.21º50.44%44.31%-
HSV(B)14.21º67.06%66.67%-
XYZ20.3815.025.57-
YUV105.9399.82173.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=55.02%
G=26.86%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170835600.510.670.3314.2150.4444.31
HexAA53380334321e322c
Octal2521237006310341166254
Binary101010101010011111000011001110000111000011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5338; }

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

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

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

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

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

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

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

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