#A3543B

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

Shades of Orange Roughy #A3543B

Tints of Orange Roughy #A3543B

Color information

#A3543B (or 0xA3543B) is unknown color: approx Orange Roughy. HEX triplet: A3, 54 and 3B. RGB value is (163,84,59). Sum of RGB (Red+Green+Blue) = 163+84+59=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3543B is #5CABC4. Grayscale: #686868. Windows color (decimal): -6073285 or 3888291. OLE color: 3888291.

HSL color Cylindrical-coordinate representation of color #A3543B: hue angle of 14.42º 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 #A3543B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1638459-
CMYK00.480.640.36
HSL14.42º46.85%43.53%-
HSV(B)14.42º63.8%63.92%-
XYZ19.0614.445.92-
YUV104.77102.17169.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=53.27%
G=27.45%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163845900.480.640.3614.4246.8543.53
HexA3543B0304024e2f2c
Octal2431247306010044165754
Binary101000111010100111011011000010000001001001110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3543B; }

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

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

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

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

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

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

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

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