#A34E3D

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

Shades of Orange Roughy #A34E3D

Tints of Orange Roughy #A34E3D

Color information

#A34E3D (or 0xA34E3D) is unknown color: approx Orange Roughy. HEX triplet: A3, 4E and 3D. RGB value is (163,78,61). Sum of RGB (Red+Green+Blue) = 163+78+61=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E3D is #5CB1C2. Grayscale: #656565. Windows color (decimal): -6074819 or 4017827. OLE color: 4017827.

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

Color convert

RGB1637861-
CMYK00.520.630.36
HSL10º45.54%43.92%-
HSV(B)10º62.58%63.92%-
XYZ18.6713.576.05-
YUV101.48105.16171.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=53.97%
G=25.83%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163786100.520.630.361045.5443.92
HexA34E3D0343F24a2e2c
Octal243116750647744125654
Binary10100011100111011110101101001111111001001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E3D; }

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

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

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

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

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

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

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

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