#A3503B

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

Shades of Orange Roughy #A3503B

Tints of Orange Roughy #A3503B

Color information

#A3503B (or 0xA3503B) is unknown color: approx Orange Roughy. HEX triplet: A3, 50 and 3B. RGB value is (163,80,59). Sum of RGB (Red+Green+Blue) = 163+80+59=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3503B is #5CAFC4. Grayscale: #666666. Windows color (decimal): -6074309 or 3887267. OLE color: 3887267.

HSL color Cylindrical-coordinate representation of color #A3503B: hue angle of 12.12º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3503B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1638059-
CMYK00.510.640.36
HSL12.12º46.85%43.53%-
HSV(B)12.12º63.8%63.92%-
XYZ18.7613.845.82-
YUV102.42103.5171.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=53.97%
G=26.49%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163805900.510.640.3612.1246.8543.53
HexA3503B0334024c2f2c
Octal2431207306310044145754
Binary101000111010000111011011001110000001001001100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3503B; }

 p { color: rgb(163,80,59); }

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

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

 a { background-color: rgb(163,80,59); }

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

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

 span { border-color: rgb(163,80,59); }

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