#AA5738

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

Shades of Orange Roughy #AA5738

Tints of Orange Roughy #AA5738

Color information

#AA5738 (or 0xAA5738) is unknown color: approx Orange Roughy. HEX triplet: AA, 57 and 38. RGB value is (170,87,56). Sum of RGB (Red+Green+Blue) = 170+87+56=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5738 is #55A8C7. Grayscale: #6C6C6C. Windows color (decimal): -5613768 or 3692458. OLE color: 3692458.

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

Color convert

RGB1708756-
CMYK00.490.670.33
HSL16.32º50.44%44.31%-
HSV(B)16.32º67.06%66.67%-
XYZ20.715.655.67-
YUV108.2898.5172.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=54.31%
G=27.80%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170875600.490.670.3316.3250.4444.31
HexAA5738031432110322c
Octal2521277006110341206254
Binary1010101010101111110000110001100001110000110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5738; }

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

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

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

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

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

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

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

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