#AA4A33

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

Shades of Orange Roughy #AA4A33

Tints of Orange Roughy #AA4A33

Color information

#AA4A33 (or 0xAA4A33) is unknown color: approx Orange Roughy. HEX triplet: AA, 4A and 33. RGB value is (170,74,51). Sum of RGB (Red+Green+Blue) = 170+74+51=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A33 is #55B5CC. Grayscale: #646464. Windows color (decimal): -5617101 or 3361450. OLE color: 3361450.

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

Color convert

RGB1707451-
CMYK00.560.70.33
HSL11.6º53.85%43.33%-
HSV(B)11.6º70%66.67%-
XYZ19.6213.684.74-
YUV100.08100.3177.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=57.63%
G=25.08%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170745100.560.70.3311.653.8543.33
HexAA4A330384621c362b
Octal2521126307010641146653
Binary101010101001010110011011100010001101000011100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A33; }

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

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

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

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

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

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

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

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