#A34D39

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

Shades of Orange Roughy #A34D39

Tints of Orange Roughy #A34D39

Color information

#A34D39 (or 0xA34D39) is unknown color: approx Orange Roughy. HEX triplet: A3, 4D and 39. RGB value is (163,77,57). Sum of RGB (Red+Green+Blue) = 163+77+57=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D39 is #5CB2C6. Grayscale: #646464. Windows color (decimal): -6075079 or 3755427. OLE color: 3755427.

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

Color convert

RGB1637757-
CMYK00.530.650.36
HSL11.32º48.18%43.14%-
HSV(B)11.32º65.03%63.92%-
XYZ18.513.395.48-
YUV100.43103.49172.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=54.88%
G=25.93%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163775700.530.650.3611.3248.1843.14
HexA34D390354124b302b
Octal2431157106510144136053
Binary101000111001101111001011010110000011001001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D39; }

 p { color: rgb(163,77,57); }

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

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

 a { background-color: rgb(163,77,57); }

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

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

 span { border-color: rgb(163,77,57); }

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