#A9503D

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

Shades of Orange Roughy #A9503D

Tints of Orange Roughy #A9503D

Color information

#A9503D (or 0xA9503D) is unknown color: approx Orange Roughy. HEX triplet: A9, 50 and 3D. RGB value is (169,80,61). Sum of RGB (Red+Green+Blue) = 169+80+61=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9503D is #56AFC2. Grayscale: #686868. Windows color (decimal): -5681091 or 4018345. OLE color: 4018345.

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

Color convert

RGB1698061-
CMYK00.530.640.34
HSL10.56º46.96%45.1%-
HSV(B)10.56º63.91%66.27%-
XYZ20.0714.516.16-
YUV104.44103.49174.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=54.52%
G=25.81%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169806100.530.640.3410.5646.9645.1
HexA9503D0354022b2f2d
Octal2511207506510042135755
Binary101010011010000111101011010110000001000101011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9503D; }

 p { color: rgb(169,80,61); }

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

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

 a { background-color: rgb(169,80,61); }

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

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

 span { border-color: rgb(169,80,61); }

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