#AA4E3B

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

Shades of Orange Roughy #AA4E3B

Tints of Orange Roughy #AA4E3B

Color information

#AA4E3B (or 0xAA4E3B) is unknown color: approx Orange Roughy. HEX triplet: AA, 4E and 3B. RGB value is (170,78,59). Sum of RGB (Red+Green+Blue) = 170+78+59=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E3B is #55B1C4. Grayscale: #676767. Windows color (decimal): -5616069 or 3886762. OLE color: 3886762.

HSL color Cylindrical-coordinate representation of color #AA4E3B: hue angle of 10.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4E3B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1707859-
CMYK00.540.650.33
HSL10.27º48.47%44.9%-
HSV(B)10.27º65.29%66.67%-
XYZ20.0914.315.84-
YUV103.34102.98175.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=55.37%
G=25.41%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170785900.540.650.3310.2748.4744.9
HexAA4E3B0364121a302d
Octal2521167306610141126055
Binary101010101001110111011011011010000011000011010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E3B; }

 p { color: rgb(170,78,59); }

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

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

 a { background-color: rgb(170,78,59); }

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

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

 span { border-color: rgb(170,78,59); }

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