#A34E37

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

Shades of Orange Roughy #A34E37

Tints of Orange Roughy #A34E37

Color information

#A34E37 (or 0xA34E37) is unknown color: approx Orange Roughy. HEX triplet: A3, 4E and 37. RGB value is (163,78,55). Sum of RGB (Red+Green+Blue) = 163+78+55=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E37 is #5CB1C8. Grayscale: #646464. Windows color (decimal): -6074825 or 3624611. OLE color: 3624611.

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

Color convert

RGB1637855-
CMYK00.520.660.36
HSL12.78º49.54%42.75%-
HSV(B)12.78º66.26%63.92%-
XYZ18.5213.515.25-
YUV100.79102.16172.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 55 (21.88% from 255) = 18.58%
R=55.07%
G=26.35%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163785500.520.660.3612.7849.5442.75
HexA34E370344224d322b
Octal2431166706410244156253
Binary101000111001110110111011010010000101001001101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E37; }

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

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

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

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

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

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

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

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