#A3543A

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

Shades of Orange Roughy #A3543A

Tints of Orange Roughy #A3543A

Color information

#A3543A (or 0xA3543A) is unknown color: approx Orange Roughy. HEX triplet: A3, 54 and 3A. RGB value is (163,84,58). Sum of RGB (Red+Green+Blue) = 163+84+58=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3543A is #5CABC5. Grayscale: #686868. Windows color (decimal): -6073286 or 3822755. OLE color: 3822755.

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

Color convert

RGB1638458-
CMYK00.480.640.36
HSL14.86º47.51%43.33%-
HSV(B)14.86º64.42%63.92%-
XYZ19.0414.435.79-
YUV104.66101.67169.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=53.44%
G=27.54%
B=19.02%

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
Decimal163845800.480.640.3614.8647.5143.33
HexA3543A0304024f302b
Octal2431247206010044176053
Binary101000111010100111010011000010000001001001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3543A; }

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

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

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

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

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

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

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

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