#A4513D

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

Shades of Orange Roughy #A4513D

Tints of Orange Roughy #A4513D

Color information

#A4513D (or 0xA4513D) is unknown color: approx Orange Roughy. HEX triplet: A4, 51 and 3D. RGB value is (164,81,61). Sum of RGB (Red+Green+Blue) = 164+81+61=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513D is #5BAEC2. Grayscale: #676767. Windows color (decimal): -6008515 or 4018596. OLE color: 4018596.

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

Color convert

RGB1648161-
CMYK00.510.630.36
HSL11.65º45.78%44.12%-
HSV(B)11.65º62.8%64.31%-
XYZ19.0914.116.13-
YUV103.54104171.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=53.59%
G=26.47%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164816100.510.630.3611.6545.7844.12
HexA4513D0333F24c2e2c
Octal244121750637744145654
Binary10100100101000111110101100111111111001001100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4513D; }

 p { color: rgb(164,81,61); }

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

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

 a { background-color: rgb(164,81,61); }

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

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

 span { border-color: rgb(164,81,61); }

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