#AA4A37

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

Shades of Orange Roughy #AA4A37

Tints of Orange Roughy #AA4A37

Color information

#AA4A37 (or 0xAA4A37) is unknown color: approx Orange Roughy. HEX triplet: AA, 4A and 37. RGB value is (170,74,55). Sum of RGB (Red+Green+Blue) = 170+74+55=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A37 is #55B5C8. Grayscale: #646464. Windows color (decimal): -5617097 or 3623594. OLE color: 3623594.

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

Color convert

RGB1707455-
CMYK00.560.680.33
HSL9.91º51.11%44.12%-
HSV(B)9.91º67.65%66.67%-
XYZ19.7213.725.22-
YUV100.54102.3177.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=56.86%
G=24.75%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170745500.560.680.339.9151.1144.12
HexAA4A370384421a332c
Octal2521126707010441126354
Binary101010101001010110111011100010001001000011010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A37; }

 p { color: rgb(170,74,55); }

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

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

 a { background-color: rgb(170,74,55); }

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

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

 span { border-color: rgb(170,74,55); }

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