#A34E3C

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

Shades of Orange Roughy #A34E3C

Tints of Orange Roughy #A34E3C

Color information

#A34E3C (or 0xA34E3C) is unknown color: approx Orange Roughy. HEX triplet: A3, 4E and 3C. RGB value is (163,78,60). Sum of RGB (Red+Green+Blue) = 163+78+60=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E3C is #5CB1C3. Grayscale: #656565. Windows color (decimal): -6074820 or 3952291. OLE color: 3952291.

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

Color convert

RGB1637860-
CMYK00.520.630.36
HSL10.49º46.19%43.73%-
HSV(B)10.49º63.19%63.92%-
XYZ18.6413.565.91-
YUV101.36104.66171.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=54.15%
G=25.91%
B=19.93%

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
Decimal163786000.520.630.3610.4946.1943.73
HexA34E3C0343F24a2e2c
Octal243116740647744125654
Binary10100011100111011110001101001111111001001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E3C; }

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

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

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

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

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

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

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

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