#A9513A

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

Shades of Orange Roughy #A9513A

Tints of Orange Roughy #A9513A

Color information

#A9513A (or 0xA9513A) is unknown color: approx Orange Roughy. HEX triplet: A9, 51 and 3A. RGB value is (169,81,58). Sum of RGB (Red+Green+Blue) = 169+81+58=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9513A is #56AEC5. Grayscale: #686868. Windows color (decimal): -5680838 or 3821993. OLE color: 3821993.

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

Color convert

RGB1698158-
CMYK00.520.660.34
HSL12.43º48.9%44.51%-
HSV(B)12.43º65.68%66.27%-
XYZ20.0714.635.77-
YUV104.69101.65173.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=54.87%
G=26.30%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169815800.520.660.3412.4348.944.51
HexA9513A0344222c312d
Octal2511217206410242146155
Binary101010011010001111010011010010000101000101100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9513A; }

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

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

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

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

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

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

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

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