#A9513B

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

Shades of Orange Roughy #A9513B

Tints of Orange Roughy #A9513B

Color information

#A9513B (or 0xA9513B) is unknown color: approx Orange Roughy. HEX triplet: A9, 51 and 3B. RGB value is (169,81,59). Sum of RGB (Red+Green+Blue) = 169+81+59=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A9513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9513B is #56AEC4. Grayscale: #686868. Windows color (decimal): -5680837 or 3887529. OLE color: 3887529.

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

Color convert

RGB1698159-
CMYK00.520.650.34
HSL12º48.25%44.71%-
HSV(B)12º65.09%66.27%-
XYZ20.0914.645.9-
YUV104.8102.15173.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.69%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=54.69%
G=26.21%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169815900.520.650.341248.2544.71
HexA9513B0344122c302d
Octal2511217306410142146055
Binary101010011010001111011011010010000011000101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9513B; }

 p { color: rgb(169,81,59); }

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

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

 a { background-color: rgb(169,81,59); }

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

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

 span { border-color: rgb(169,81,59); }

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