#A3543D

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

Shades of Orange Roughy #A3543D

Tints of Orange Roughy #A3543D

Color information

#A3543D (or 0xA3543D) is unknown color: approx Orange Roughy. HEX triplet: A3, 54 and 3D. RGB value is (163,84,61). Sum of RGB (Red+Green+Blue) = 163+84+61=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3543D is #5CABC2. Grayscale: #696969. Windows color (decimal): -6073283 or 4019363. OLE color: 4019363.

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

Color convert

RGB1638461-
CMYK00.480.630.36
HSL13.53º45.54%43.92%-
HSV(B)13.53º62.58%63.92%-
XYZ19.1214.466.2-
YUV105103.17169.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=52.92%
G=27.27%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163846100.480.630.3613.5345.5443.92
HexA3543D0303F24e2e2c
Octal243124750607744165654
Binary10100011101010011110101100001111111001001110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3543D; }

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

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

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

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

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

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

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

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