#AA513C

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

Shades of Orange Roughy #AA513C

Tints of Orange Roughy #AA513C

Color information

#AA513C (or 0xAA513C) is unknown color: approx Orange Roughy. HEX triplet: AA, 51 and 3C. RGB value is (170,81,60). Sum of RGB (Red+Green+Blue) = 170+81+60=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA513C is #55AEC3. Grayscale: #696969. Windows color (decimal): -5615300 or 3953066. OLE color: 3953066.

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

Color convert

RGB1708160-
CMYK00.520.650.33
HSL11.45º47.83%45.1%-
HSV(B)11.45º64.71%66.67%-
XYZ20.3414.766.05-
YUV105.22102.49174.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=54.66%
G=26.05%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170816000.520.650.3311.4547.8345.1
HexAA513C0344121b302d
Octal2521217406410141136055
Binary101010101010001111100011010010000011000011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA513C; }

 p { color: rgb(170,81,60); }

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

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

 a { background-color: rgb(170,81,60); }

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

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

 span { border-color: rgb(170,81,60); }

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