#AA5638

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

Shades of Orange Roughy #AA5638

Tints of Orange Roughy #AA5638

Color information

#AA5638 (or 0xAA5638) is unknown color: approx Orange Roughy. HEX triplet: AA, 56 and 38. RGB value is (170,86,56). Sum of RGB (Red+Green+Blue) = 170+86+56=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5638 is #55A9C7. Grayscale: #6B6B6B. Windows color (decimal): -5614024 or 3692202. OLE color: 3692202.

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

Color convert

RGB1708656-
CMYK00.490.670.33
HSL15.79º50.44%44.31%-
HSV(B)15.79º67.06%66.67%-
XYZ20.6215.495.64-
YUV107.798.83172.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=54.49%
G=27.56%
B=17.95%

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
Decimal170865600.490.670.3315.7950.4444.31
HexAA5638031432110322c
Octal2521267006110341206254
Binary1010101010101101110000110001100001110000110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5638; }

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

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

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

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

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

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

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

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