#A7543D

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

Shades of Orange Roughy #A7543D

Tints of Orange Roughy #A7543D

Color information

#A7543D (or 0xA7543D) is unknown color: approx Orange Roughy. HEX triplet: A7, 54 and 3D. RGB value is (167,84,61). Sum of RGB (Red+Green+Blue) = 167+84+61=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7543D is #58ABC2. Grayscale: #6A6A6A. Windows color (decimal): -5811139 or 4019367. OLE color: 4019367.

HSL color Cylindrical-coordinate representation of color #A7543D: hue angle of 13.02º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7543D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1678461-
CMYK00.500.630.35
HSL13.02º46.49%44.71%-
HSV(B)13.02º63.47%65.49%-
XYZ19.9514.896.24-
YUV106.2102.5171.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=53.53%
G=26.92%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167846100.500.630.3513.0246.4944.71
HexA7543D0323F23d2e2d
Octal247124750627743155655
Binary10100111101010011110101100101111111000111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7543D; }

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

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

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

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

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

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

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

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