#AA4D33

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

Shades of Orange Roughy #AA4D33

Tints of Orange Roughy #AA4D33

Color information

#AA4D33 (or 0xAA4D33) is unknown color: approx Orange Roughy. HEX triplet: AA, 4D and 33. RGB value is (170,77,51). Sum of RGB (Red+Green+Blue) = 170+77+51=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D33 is #55B2CC. Grayscale: #666666. Windows color (decimal): -5616333 or 3362218. OLE color: 3362218.

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

Color convert

RGB1707751-
CMYK00.550.70.33
HSL13.11º53.85%43.33%-
HSV(B)13.11º70%66.67%-
XYZ19.8314.094.81-
YUV101.8499.31176.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=57.05%
G=25.84%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170775100.550.70.3313.1153.8543.33
HexAA4D330374621d362b
Octal2521156306710641156653
Binary101010101001101110011011011110001101000011101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D33; }

 p { color: rgb(170,77,51); }

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

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

 a { background-color: rgb(170,77,51); }

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

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

 span { border-color: rgb(170,77,51); }

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